.curtain {
	/*display: none;
	opacity: 0.85;
	
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	background-color: #666666;
	
	position: fixed;
	z-index:10000;*/
	display:none;
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: #000000;
	filter: alpha(opacity=30);
	-moz-opacity: .30;
	opacity: 0.30;
	z-index: 10000;
	position:fixed;
}

.recoverPasswordContainer {
	background-color: #d5d5d5;
	border: #aaaaaa solid 1px;
	display: none;
	
	left: 35%;
	top: 30%;
	width: 345px;
	height: 250px;
	
	margin: 0px;
	padding: 5px;
	
	position: absolute;
	z-index: 10001;
}

.recoverPasswordTitle {
	font-size: 21px;
	font-weight: normal;
	color: #0073AE;
}

.recoverPasswordMessage {
	font-weight:bold;
}
