﻿#MainTable
{
    width: 100%;
}

.leftColumn
{
	width: 100%;
}

.rightColumn
{
	width: 200px;
	padding: 10px !important;
	border: dotted 2px #CCCCCC;
}

.verticalCentrado
{
	vertical-align: middle !important;
}

.textBoxWidth
{
	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 label,
#TermsOfUse input
{
    display:block;
}
#TermsOfUse input
{
    float:left;
    margin-right:5px;
}


.input-group-btn .btn {
	margin: 0;
}
