#ctrl_usuario{
	float: left;
	width: 100%;
	height: auto;
	margin-bottom:15px;
}
#ctrl_usuario p{
	margin:10px;
	font-size:15px;
	font-weight: none;
	float: left;
}
#ctrl_usuario p.usuario{
	float: left;
	width: 100%;
	font-size:20x;
	color: #FF5659;
	font-weight: bold;
	border-bottom: solid 1px #73abb8;
}
#ctrl_usuario a.cerrar{
	font-weight: bold;
	color: white;
	margin-left:10px;
	margin-top:10px;
	padding:5px;
	text-decoration: none;
	background-color: gray;
	border: solid 1px black;
	clear: both;
}
#ctrl_usuario input{
	border: solid 1px black;
	float: left;
	clear: both;
	margin-left:10px;
}
#ctrl_usuario label{
	font-size:14px;
	width: 100%;
	float: left;
}
#ctrl_usuario .form_error{
	font-size:9px;
	color: red;
	clear: both;
}
#ctrl_usuario .form-row{
	margin:5px;
}
#ctrl_usuario #sf_guard_auth_form{
	border: 0;	
}
#ctrl_usuario #sf_guard_auth_form fieldset{
	border: 0;
}

#ctrl_usuario #sf_guard_auth_forgot_password{
	display: none;
}
#ctrl_usuario #sf_guard_auth_remember{
	
	display: none;
}
