﻿.jBox
{
	position: absolute;
	border: 1px solid #F3CAA2;
	border-top: none;
	visibility: hidden;
	background: #fff repeat;
	text-align: left;
	visibility: inherit;
}

.jBoxUnderlay
{
	position: absolute;
	z-index: -1;
	background-color: Transparent;
	-moz-opacity: 0.1;
	filter: alpha(opacity=10);
	left: -8px;
	top: -9px;
	padding: 9px 8px;
}
.jBoxHandler
{
	padding: 10px;
	text-indent: 3px;
	font: bold 13px Arial;
	background-color: #509BE6;
	background: url(jbox/bgJBoxTitle.jpg) repeat-x;
	color: #000;
	cursor: move;
	overflow: hidden;
	width: auto;
	height: 15px;
}
.jBoxHandler .jBoxControls
{
	position: absolute;
	right: 8px;
	top: 0px;
	cursor: pointer;
}
.jBoxContent
{
	background-color: #fff;
	color: #000;
}
.jBoxContentImg
{
	width: 100px;
	height: 80px;
	vertical-align: middle;
	background: url(jbox/tip.gif) no-repeat center;
}
.jBoxContentFloat
{
	font-size: 14px;
	vertical-align: middle;
}
.jBoxStatus
{
	border-top: 1px solid #B9B9B9;
	background-color: #F8F8F8;
	height: 13px;
}
.jBoxResize
{
	float: right;
	width: 13px;
	height: 13px;
	cursor: nw-resize;
	font-size: 0;
}
.jBoxButtons
{
	text-align: right;
	padding: 10px;
	border-top: solid 1px #CFEAF5;
	background: #C8D9ED;
	background: url(jbox/bgJBoxBottom.png) repeat-x center bottom;
}
.jBoxButton
{
	background-color: #67A54B;
	border: solid 1px #3B6E22;
	margin-right: 20px;
	font-size: 13px;
	height: 26px;
	line-height: 25px;
	padding: 0 6px;
	color: #fff;
	cursor: pointer;
}
.jbtnMin
{
	background: url(jbox/min.gif);
	width: 23px;
	height: 23px;
	float: left;
	display: inline;
}
.jbtnRestore
{
	background: url(jbox/restore.gif);
	width: 23px;
	height: 23px;
	float: left;
	display: inline;
}
.jbtnClose
{
	background: url(jbox/close.gif);
	width: 23px;
	height: 23px;
	float: left;
	display: inline;
}
.jbtnResize
{
	background: url(jbox/resize.gif);
	width: 13px;
	height: 13px;
	float: right;
	display: inline;
}

