/*弹出窗口*/
#openwindow_login {float:none; font-weight:bold; padding:0px;}
.CommonModal {
	border:10px solid #A4CFFF;	/*框颜色*/
	background: #eeeeee;
}
.CommonModalTitle {
	background: #FFFFFF;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	height: 1.3em;
	position: relative;
	z-index: 203;
	cursor: move
}
.CommonModalClose {
	width: 33px;
	height: 15px;	
	overflow: hidden;
	float: right;
}
.CommonModalContent {
	background: #ffffff;
}
.CommonModalFooter 
{
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
}
.CommonModalResize {
	width: 14px;
	height: 14px;
	background: url("images/resize.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	float: right;
	cursor: se-resize;
}
.CommonModalMask {
	background-color: #666;
width: 100%;
height: 100%;
left:0;
top:0;   /*FF IE7*/
filter:alpha(opacity=50);/*IE*/
opacity:0.5;/*FF*/
z-index:1;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/
}
#modalClose a.down_pop_close { display:block; text-indent:-9999px; height:15px; width:15px; overflow:hidden; position:absolute; right:10px; bottom:0px; background:url(images/pop_close.gif) left top no-repeat;margin-top: 10px;}
#modalClose a.down_pop_close:hover { background:url(images/pop_close_hover.gif) left top no-repeat;margin-top: 10px;}
.win {margin: 0;width:99%;}


/*暂无用*/
.dvwnd{border:1px #718da6 solid;font-size:12px;background-color:white;font-family:verdana;width:300px;height:auto;position:absolute;z-index:99999}
.dvwndcanvas{z-index:99998;background-color:#ffffff;left:0;top:0;margin:0;padding:0;position:fixed!important;/*FF IE7*/position:absolute;filter:alpha(opacity=10);opacity:0.1;}
.dvwndtitle{background-color:#BCD7F3; cursor:move; font-weight:bold; color:white; padding:8px;}
.dvwndfocus{background-color:white; cursor:move; font-weight:bold; color:white; padding:8px;}
.dvwndchild{padding:0px;}
a.dvwndclose{background-color:#cc0000;color:white;text-decoration: none;font-size:12px;}
a:hover.dvwndclose{background-color:#ff0000;color:white;text-decoration: none;font-size:12px;}
/*暂无用*/

