#bloqueLogin{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	margin:0 auto;
	width:220px;
	padding:14px;
}
#bloqueLogin h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#bloqueLogin p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#bloqueLogin label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:100px;
	float:left;
}
#bloqueLogin .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:100px;
}
#bloqueLogin input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:150px;
	margin:2px 0 20px 10px;
}
#bloqueLogin button{
	clear:both;
	margin-left:50px;
	width:100px;
	height:31px;
	background:#666666 url(../imagenes/button.png) no-repeat;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
}
#mensaje{
	display:none;
}