@CHARSET "UTF-8";

.mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	z-index: 999;
	background-color: #000;
}

.messageWin {
	width: 40%;
	min-height: 200px;
	margin: auto;
	top: 35%;
	left: 30%;
	padding: 15px;
	background-color: #fff;
	z-index: 1000;
	color: #333;
	position: fixed;
	text-align: left;
	line-height: 1.5em;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}
