﻿body
{
	background-color: #dedede;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
}

hr
{
	border-bottom: 1px solid #e2e2e2;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#tbl_RegForm
{
	font-size: 14px;
	color: #363636;
}

#div_Header h1
{
	font-size: 22px;
	font-weight: normal;
}

#div_Header h1 #green
{
	color: #639f04;
}

#div_Header p
{
	color: #838282;
}

#div_Header
{
	padding-left: 25px;
}

#tbl_RegForm #titles
{
	padding-left:0px;
	font-size:9px;
	color:Red;
	text-align:left;
}

#titles span
{
	margin: 0px;
	padding: 0px;
}

.TextBox, .Input
{
	width: 170px;
}

.DropDown
{
	width: 174px; #width:176px;
}

.InputPhonePrefix
{
	width: 40px; width:38px\9;
}

.InputPhoneSuffix
{
	width: 118px; 
}

.Proposed
{
	font-size: 12px;
	display: block;
	color: Red;
}

.Validators
{
	color: #4c4c4c;
	font-size: 10px;
}


#div_Table, #tbl_RegForm
{
	width: 535px;	
}

.Button
{
	margin: 0;
	padding: 0;
	font-size: 19px;
	font-family: Arial;
	font-weight: bold;
	color: white;
	border: none;
	background: url( 'images/btnSubmit.gif' ) no-repeat top left;
	text-align: center;
	cursor: pointer;
	width: 236px !important;
	height: 49px;
}

.ButtonBack
{
	margin: 0;
	padding: 0;
	height: 25px;
	width: 120px !important;
	font-size: 19px;
	font-family: Arial;
	color: #000000;
	border: none;
	background: url( 'images/btnBack.gif' ) no-repeat top left;
	padding-right: 30px;
	text-align: right;
	cursor: pointer;
	width: 172px !important;
	height: 49px;
}

.LabelInfo
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.InputDDMM
{
	width: 43px; #width:44px;
}

.InputYYYY
{
	width: 80px;
}

.validatorCalloutHighlight
{
	background-color: lemonchiffon;
/*	border-color: lemonchiffon;
	border: 1px;*/
}

