/**
 * win CONTAINER STYLES
 */
#winMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .3;
	filter: alpha(opacity=30);
	background-color: #000000;
	display:none;
}
#winContainer {
	position: absolute;
	z-index: 201;
	height:100%;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;	

}
#winInner {	
	background-color: #ffffff;
	height:100%;
	width:100%;
}
#winTitleBar {
	background-color: #586CAE;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
	padding:3px;
	border-top: 1px solid #6893F2;
	border-left: 1px solid #6893F2;
	border-bottom: 1px solid #666666;
}
#winTitle {
	float:left;
	font-size: 14px;
}
#winCont {
	height:70%;
}
#winClose {
	float:right;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	background-image:url(http://pic.51.com/i/uc/close.gif);
}
.x-table {background:#fff;width:100%;height:100%;}
.x-confirm {text-align:center;height:40px;padding-bottom:10px}
.alert-ico {background: #FFF url(http://pic.51.com/i/uc/win/alert.gif) no-repeat 27px 10px;}
