#lostpassword {
	background:#fdfdfd;
	border-style:solid;
	border-color:#ee352a;
	border-width:2px;
	left:50%;
	margin-left:-237px;
	margin-top:200px; 
	position:absolute;
	width:450px;
	z-index:15;
}
 
#lostpassword_2 {
	background:#fdfdfd;
	border-style:solid;
	border-color:#ee352a;
	border-width:2px;
	left:50%;
	margin-left:-312px;
	margin-top:200px;
	position:absolute;
	width:300px;
	z-index:15;
	}
.fechar {
	font-family:Tahoma;
	text-transform:uppercase;
	color:#ee352a;
	font-size:11px;
	text-align: right;
	font-weight:bold;
}	
.titulo_senha {
	font-family:Tahoma;
	text-transform:uppercase;
	color:#ee352a;
	font-size:13px;
	text-align: center;
}
.texto_senha {
	font-family:Tahoma;
	color:#757474;
	font-size:11px;
	text-align: center;
}
.input_esqueci_senha { 
	background-color: #FFF; 
	font-family: Tahoma;
	font-size:11px;
	color:#ee352a;
	border:1px solid #ee352a;
	height:18px;
	width:250px;
}
.botao_solicitar_senha {
	font-size: 11px;
	font-family:Tahoma;
	color: #FFFFFF;
	width: 250px;
	height: 20px;
	background-color:#ee352a;
	border-style:none;
	font-weight:bold;
}