#recupera{
	width:400px;
	margin:auto;
	padding-top:20px;
}

#recupera .alert-error{
	background:url(../images/error.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	width:290px;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
}
#recupera .alert-ok{
	background:url(../images/ok.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	width:290px;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
}

#recupera label{
	display:block;
	font-size:12px;
	color:#000;
	padding-bottom:10px;
}
#recupera label input{
	padding:5px;
	font-size:12px;
	width:370px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 1px #D7D7D7;
}

#recupera #buttons{
	text-align:right;
	width:380px;
}
#recupera #buttons input{
	background: url(../images/button_70px.jpg) center top no-repeat;
	width:70px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	height:23px;
	border:none;
	padding-top:0px;
	margin-left:5px;
	margin-top:3px;
}
#recupera #buttons input:hover{
	background:url(../images/button_70px.jpg) center bottom no-repeat;
	cursor:pointer;
}