/*body { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #ccc; }
*/
#apMask
{
	background-color: #000;
	position: absolute;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* position: fixed; */
#apBox
{
	position: absolute;
	z-index: 100000;
	font-size: 11px;
}

/* #apBox .open{ border:solid 1px #CCCCCC } */
#apBoxMainContent
{
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 24px;
	right: 24px;
	background-color: #FFFFFF;
}

.boxCorner_tl
{
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(../i/gui_exp/images/box_tl.gif);
}

.boxCorner_tr
{
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-image: url(../i/gui_exp/images/box_tr.gif);
}

.boxCorner_bl
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-image: url(../i/gui_exp/images/box_bl.gif);
}

.boxCorner_br
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background-image: url(../i/gui_exp/images/box_br.gif);
}

.boxBorder_t
{
	position: absolute;
	top: 0;
	left: 24px;
	right: 24px;
	height: 24px;
	background: url(../i/gui_exp/images/box_t.gif) repeat-x;
}

.boxBorder_b
{
	position: absolute;
	bottom: 0;
	left: 24px;
	right: 24px;
	height: 24px;
	background: url(../i/gui_exp/images/box_b.gif) repeat-x;
}

.boxBorder_l
{
	position: absolute;
	top: 24px;
	bottom: 24px;
	left: 0;
	width: 24px;
	background: url(../i/gui_exp/images/box_l.gif) repeat-y;
}

.boxBorder_r
{
	position: absolute;
	top: 24px;
	bottom: 24px;
	right: 0;
	width: 24px;
	background: url(../i/gui_exp/images/box_r.gif) repeat-y;
}

#boxCloseBt
{
	width: 19px;
	height: 19px;
	background-image: url(../i/gui_exp/images/box_close.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#boxCloseBt:hover
{
	background-image: url(../i/gui_exp/images/box_close.png);
	background-repeat: no-repeat;
	background-position: 0 -19px;
}

#boxCloseBt:active
{
	background-image: url(../i/gui_exp/images/box_close.png);
	background-repeat: no-repeat;
	background-position: 0 -38px;
}

.progressBox #boxMsg, .confirmBox #boxMsg, .notifyBox #boxMsg, .smallBox #boxMsg, .loginBox #boxMsg
{
	color: #999999;
	position: absolute;
	left: 130px;
	right: 60px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.box #boxMsg
{
	color: #999999;
	position: absolute;
	left: 245px;
	top: 0;
	right: 60px;
	height: 75px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#boxMain { }

.progressBox #boxContent, .confirmBox #boxContent, .notifyBox #boxContent, .smallBox #boxContent, .loginBox #boxContent
{
	position: absolute;
	top: 40px;
	bottom: 30px;
	left: 0;
	right: 0;
	overflow: auto;
	padding: 4px;
	font-size: 11px;
}

#boxContent *
{
	font-size: 11px;
}
.box #boxContent
{
	position: absolute;
	top: 75px;
	bottom: 30px;
	left: 0px;
	right: 0px;
	overflow: auto;
	/*padding: 4px;*/
	color: #333;
	font-size: 11px;
}

#mcv #boxContent .centerContent
{
	margin: auto;
	width: auto;
	padding-top: 20px;
	text-align: center;
}

#boxContent p {
	margin: 0 0 10px;
}

#boxContent .label {
	color:#7F7F7F;
	display:block;
	font-weight:bold;
	padding-bottom:2px;
}
#boxContent .item .example {
	font-size:10px;
}
#boxContent input.text {
	width: 600px;
	border: 1px solid #999;
}
#boxContent select {
	border: 1px solid #999;
	width:auto;
}
.loginBox #boxContent input.text {
	width: 300px;
}
#boxBot
{
	position: absolute;
	bottom: 0;
	right: 0px;
	height: 26px;
}

.boxBt
{
	background-color: #CCC;
	height: 26px;
	cursor: pointer;
	float: right;
	width: 104px;
	display: block;
	background-image: url(../i/gui_exp/images/box_bt0.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

.boxBtLeft
{
	background-color: #CCC;
	height: 26px;
	cursor: pointer;
	float: left;
	width: 140px;
	display: block;
	background-image: url(../i/gui_exp/images/box_bt0.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#boxBtSubmit, #boxBtYes, #boxBtLogin
{
	background-image: url(../i/gui_exp/images/box_bt2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
}

#boxBtSubmit:hover, #boxBtYes:hover, #boxBtLogin:hover
{
	background-image: url(../i/gui_exp/images/box_bt2.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

#boxBtSubmit:active, #boxBtYes:active, #boxBtLogin:active
{
	background-image: url(../i/gui_exp/images/box_bt2.png);
	background-repeat: no-repeat;
	background-position: 0 -52px;
}

#boxBtCancel, #boxBtStop
{
	background-image: url(../i/gui_exp/images/box_bt0.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #666;
}

#boxBtCancel:hover, #boxBtStop:hover
{
	background-image: url(../i/gui_exp/images/box_bt0.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

#boxBtCancel:active, #boxBtStop:active
{
	background-image: url(../i/gui_exp/images/box_bt0.png);
	background-repeat: no-repeat;
	background-position: 0 -52px;
}

#boxBtNo, #boxBtOk
{
	background-image: url(../i/gui_exp/images/box_bt1.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
}

#boxBtNo:hover, #boxBtOk:hover
{
	background-image: url(../i/gui_exp/images/box_bt1.png);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}

#boxBtNo:active,  #boxBtOk:active
{
	background-image: url(../i/gui_exp/images/box_bt1.png);
	background-repeat: no-repeat;
	background-position: 0 -52px;
}

#progressBoxMsg
{
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 0.7em;*/
	overflow: hidden;
}

#progressBoxBarre
{
	background-color: #00CC00;
	width: 0px;
	height: 3px;
	margin: 0 0 0 2px;
}
#progressBoxImg
{
	
}