.LOG_contenedor
{
	width:253px;
	height:358px;
	position:absolute;
}

.LOG_tabla
{
	width:253px;
	height:358px;
	margin-left:auto;
	margin-right:auto;
}

.LOG_passRecover
{
	padding:20px;
	padding-top:40px;
	text-align:center;
}

.LOG_input_off
{
	font-size:12px;
	font-family:georgia;
	border:0px;
	border-bottom:1px solid #e3e3e3;
	color:#aaaaaa;
	height:20px;
	width:210px;
	background-image:url(../../img/log_pointer_off.gif);
	background-repeat:no-repeat;
	background-position:5px 40%;
	padding-left:20px;
}

.LOG_input_on
{
	font-size:12px;
	font-family:georgia;
	border:0px;
	border-bottom:1px solid #9c9c9c;
	color:#535353;
	height:20px;
	width:210px;
	background-image:url(../../img/log_pointer_on.gif);
	background-repeat:no-repeat;
	background-position:5px 40%;
	padding-left:20px;
}

.LOG_error
{
	height:50px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-family:georgia;
	color:#D8614B;
}