#popupRecuperar{

	position:fixed;
	min-height:330px;
	width:300px;
	background-color:#000 !important;
	border:3px solid RGB(0,157,223);
	z-index:999;
	font-size:13px;
	overflow-y:auto;
	color:RGBA(255,255,255,1);
	top:-1000px;
	left:50%;
	margin-left:-180px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	display: none;
	font-family: verdana !important;

}

#popupRecuperar table{
	margin: 0 28px;
}

#cabLoginRecuperar{

	text-align:center;
	margin-bottom:50px;
	font-size: 20px;
		
}


form[name="formLogin"] {
	
	text-align:right;
	
}

form[name="formLogin"] label{
	
	text-align:right;
	width:100%;
	font-size: 14px;
	font-weight: bold;
	
}

form[name="formLogin"] input{
	
	width:154px;
	padding:10px;
	margin-bottom:10px;
	border:3px solid RGB(0,157,223);
	background-color:#FFF;

}

.sizetdr{ width:200px !important;}
.sizetde{ width:50px !important;}

#btnLogin, #popupRecuperarClose{

	width:85px;
	height:85px;
	color:#FFF;
	cursor:pointer;
	float:right;
	border:0;
	
}

#btnLogin{

	margin-right: 10px;
}

#btnLogin:hover, #popupRecuperarClose:hover{ border:2px solid RGBA(255,255,255,1); }

