@charset "utf-8";

/************************/
/* 		REGISTRARSE 	*/
/************************/
#registrarse {
	float:left;
	margin-bottom:20px;
	padding:20px 20px 0;
	width:920px;
}

#registrarse form {
	margin:20px 0 0 0;
}

#registrar-arriba {
	background:url(../images/bg-registrarse-arriba.gif) left top no-repeat;
	font-size:0;
	height:0;
	line-height:0;
	padding-top:5px;
}

#registrar-medio {
	background:url(../images/bg-registrarse-medio.gif) left top repeat-y;
	padding:15px 20px 15px 20px;
}

#registrar-abajo {
	background:url(../images/bg-registrarse-abajo.gif) left bottom no-repeat;
	font-size:0;
	height:0;
	line-height:0;
	padding-bottom:5px;
}


#verdict{
	font-size:11px;
}
#passwordmeter{
	display:none;
	margin-top:4px;
	margin-bottom:-20px;
}
.vweak{
	background-color:#FF0000;
	border:solid 1px #FF0000;
	height:6px;
	width:40px;
}
.weak{
	background-color:#CC9900;
	border:solid 1px #CC9900;
	height:6px;
	width:80px;
}
.medium{
	background-color:#FFCC00;
	border:solid 1px #FFCC00;
	height:6px;
	width:120px;
}
.strong{
	background-color:#339966;
	border:solid 1px #339966;
	height:6px;
	width:160px;
}
.vstrong{
	background-color:#00FF00;
	border:solid 1px #00FF00;
	height:6px;
	width:200px;
}

#repetir_password_error{
	display:none;
}



