#MainTable
{
    width: 100%;
}

.leftColumn
{
	width: 100%;
}

.rightColumn
{
	/*width: 200px;*/
	padding: 10px !important;
	border: dotted 2px #CCCCCC;
}
.rightColumn ul
{
    margin-left:20px;
}
.verticalCentrado
{
	vertical-align: middle !important;
}

.textBoxWidth
{
	width: 80%;
	padding-left:4px;
	color:#666;
}

.termsLinkStyle
{
	text-decoration: underline;
	cursor:help;
	color: #0092DE;
}

.center
{
	text-align:center;
	margin:25px 0 8px 0;
}

#TermsOfUseTextDiv
{
    display: none;
}
#TermsOfUse input[type=checkbox]
{
    margin:3px;
}
.RegistreseFormContainer div.DivRegistrese 
{
    display: block;
    padding: 5px 0px 0px;
}
.RegistreseFormContainer div.DivRegistrese input
{
    margin-top: 5px;
    width: 250px;
}
.RegistreseFormContainer div.DivRegistrese input[type="radio"] 
{
    width: 25px;
}
.RegistreseFormContainer div.DivRegistrese span 
{
    font-family: 'Sintony', sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.ValidatorAndRequiredField 
{
    font-size: 11px ! important;
    font-weight: normal ! important;
}
.ErrorMessageContainer .ValidatorAndRequiredField 
{
    display:block;
}
#TermsOfUse 
{
    display: block;
    font-size: 11px;
    padding: 0px 10px;
    text-align: left;
    width: 280px;
}
.InformacionRequeridaContent 
{
     font-size: 11px;
}

.NoteSpan
{
    color: #999;
    font-weight: normal !important;
}