@charset "gb2312";

#dialog_clt
{
	text-align:left;
}
#dialog_clb
{
	text-align:left;
}
.dialog_c1
{
	position:absolute;
	z-index:99999;
	border:4px solid #68B2FF;
	background:#fff;
	width:435px;
	float:left;
}
.dialog_c1 h3
{
	font-size:14px;
	color:#000;
	background:#DDEEFF;
	height:32px;
	line-height:32px;
	padding-left:10px;
	border-bottom:none;
}
.dialog_c1 .close
{
	position:absolute;
	top:8px;
	right:8px;
}
.dialog_c1 .close a
{
	display:block;
	overflow:hidden;
	width:15px;
	height:15px;
	background:url(../images/dialog/close.gif) 0 0 no-repeat;
	text-indent:-999em;
}
.dialog_c1 .close a:hover
{
	background-position:0 -16px;
}
.dialog_content
{
	padding:10px;
	background:#fff;
}
.dialog_content li
{
	margin-top: 10px;
}
.dialog_content strong
{
	font-size:13px;
}
.dialog_content .file
{
	width:350px;
	height:25px;
}
.dialog_content .msg_tips
{
	text-indent:2em;
	padding:6px;
	background:#FFE3E1;
}
.dialog_content p.loading
{
	color:#333;
	font-size:12px;
	background:url(../images/dialog/loading.gif) 0 3px no-repeat;
	padding-left:22px;
	line-height:2;
}
.dialog_acts
{
	background:#EBF8FF;
	padding:8px;
	text-align:right;
}
.dialog_acts input
{
	font-size:12px;
}
/*popup*/
/**.jqmOverlay {background-color: #000;}**/
.dialog_c1
{
	position:fixed;
	top: 20px;
	right: 10px;
	
	display:none;
}
.jqDrag {
	position:absolute;
	z-index:4;
	top:0px;
	left:0px;
	height:32px;
	width:96%;
	cursor:move;
}
/**.dialog_sharp{width:495px;height:100%;}**/
* html .dialog_c1
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqmOverlay
{
	background-color: #dedede;
}
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm
{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#web_loading
{
	position:fixed;
	_position:absolute;
	z-index:60;
	background:#f00;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	width:60px;
	right:0;
	top:0;
}


