﻿#MainTable
{
    width: 100%;
}

.leftColumn
{
	width: 100%;
}

.rightColumn
{
	width: 200px;
	padding: 10px !important;
	background-color: #EFEFEF;
}

.verticalCentrado
{
	vertical-align: middle !important;
}

.textBoxWidth
{
	width: 80%;
	padding-left:4px;
	color:#666;
}

.hyperLinkStyle
{
	text-decoration: none;
	font-size:xx-small;
	cursor:help;
	color: #0092DE;
}

.termsLinkStyle
{
	text-decoration: underline;
	cursor:help;
	color: #0092DE;
}

.closePopupLabel
{
    cursor: pointer;
    color: White;
}

.center
{
	text-align:center;
	margin:25px 0 8px 0;
}

#countriesDropDownList
{
    padding: 0px;
    margin: 0px;
}

#TermsOfUseTextDiv
{
    overflow: scroll;
    width: 495px;
    height: 540px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    background-color: White;
}