/* Register styles ##############################################################################################*/

div.HeaderLog {width:100%; height:90px; background-color:#0070DF; background-repeat:no-repeat;}
div.BodyLog {width:100%;}
table.FooterLog {width:100%; height:3px; background-color:#0070DF; background-repeat:no-repeat;}
table.grayBGround {width:100%; height:3px; background-color:#333333; background-repeat:no-repeat;}

#textNews {
	position:absolute;
	height:400px;
	width:225px;
	z-index:1;
	top: 77px;
	left: 626px;
	font-family: Georgia, serif; 
	color: #3a3a3a;
	font-size: 16px;
	background-image:url(../img/imgNews.png); background-repeat:no-repeat;
}


#textRegister {
	position:relative;
	height:460px;
	z-index:1;
	padding-left:5px; 
	padding-right:5px;
	top: 0px;
	left: 0px;
	font-family: Georgia, serif; 
	color: #3a3a3a;
	font-size: 16px;
}

td.titleTextFormInput {

	font-weight:bold;
	font-size:20px;
	color: #000000;
	width:240px;
	height:60px;

}


td.registerFormInput {

	width:150px;
	vertical-align:top;
	font-family: Arial, serif; 
	color: #333333;
	font-size: 12px;
	padding-left:50px;
}


td.registerFormMsj {

	width:200px;
	vertical-align:top;
	font-family: Arial, serif; 
	color: #CCCCCC;
	font-size: 12px;
	padding-left:10px;
	left:50px;
}


td.registerFormInputData {

	width:150px;
	vertical-align:top;
	font-family: Arial, serif; 
	color: #515151;
	font-size: 12px;
	padding-left:-500px;
	left:20px;
}

td.formInput {

width:150px; 
vertical-align:top;
}

td.formInputSpace {
	width:150px; 
	text-align:right;

}
td.formInputCancel {
	width:1350px;
	text-align: right;
	cursor:pointer;

}
.password {
	width : 117px;
	vertical-align:top;

}

.pstrength-minchar {
	font-size : 11px;
	color: #666666;
}

tr.registerFooter { height:20px;}

td.registerFooter { height:95px; vertical-align:top; text-align:left;}

registerFormMsj {
	width : 100px;
	vertical-align:top;

}

.boton { background:url('../img/btnAction.png') no-repeat; border:none; width:77px; height:20px; color:#CCCCCC; font-size:11px;}
