.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
	margin:0 auto;
	width:175px;
	padding:10px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
}
/* ----------- stylized ----------- */
#stylized{
	/*border-left:solid 1px #CF4D4D;*/
	background:#FFF;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:10px;
	border-bottom:solid 1px #CF4D4D;
	padding-bottom:10px;
}

.recordar_contrasena{
	float:left;
	font-size:11px;
	color:#666666;
	cursor:pointer;
}
#stylized label{
	display:block;
	/* font-weight:bold; */
	text-align:left;
	width:50px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:10px;
	padding:4px 2px;
	border:solid 1px #CF4D4D;
	width:40%;
	margin:1px 0 10px 0px;
}
#stylized button{ 
	clear:both;
	float:left;
	width:60px;
	height:20px;
	border:0px;
	background:#b80024;
	text-align:center;
	/*line-height:3px;*/
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
