﻿body 
{
    font-size: 12px;
    font-family: Arial, Helvetica, Sans-Serif;
    color: #333;
}

.Clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
    line-height: 0px;
}

.Center {
    text-align: center;
    margin: 0 auto;
}

.SEO {
    display: none;
}

.SmallText{
    font-size: 12px;
}

.Hover{
    cursor: pointer; 
    cursor: hand;
}

a,
a:visited {
    color: #333;
    font-weight: bold;
    text-decoration: none;    
}


.Label {
	padding-left: 10px;
	margin-bottom:5px;
	width:85px;
}

.Required 
{
	padding-left: 10px;
	background-image: url(../img/asterisk.gif);	
	background-position: left 1px;
	background-repeat: no-repeat;
	
}

.Label2 {
	
	
	margin-bottom:5px;
	margin-left:5px;
	min-width:83px;
	white-space:nowrap;
}


.Capcha 
{
	line-height: 30px;
}

.HalfTextBox,
.Capcha input {
	background: transparent;
	border-width:0px;
	border-bottom:1px solid #999999;	
	margin-bottom:5px;
	width:121px;
}

.TextBox {
	
	margin-bottom:5px;
	width:340px;
	background: transparent;
	border-width:0px;
	border-bottom:1px solid #999999;
}

.DOBDropdowns 
{
	margin-bottom: 5px;	
	clear: both;
	
}

.CheckboxRow input {
    float: left;
    width: 25px;    
}

.CheckboxRow label 
{
    float: left;
    width: 400px;
	padding: 0 4px;
}


.ErrorMessagePanel 
{
	color: #E2011F;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}