﻿#ContactUs #RightCol
{
    width:95%;
}
#ContactSection
{
	clear:both;
	border-bottom: dotted 1px #999999;
	border-top: dotted 1px #999999;
}
#ContactSection table
{
	margin-top:1.4em;
	margin-bottom:0;
}
#ContactSection_Left
{
	width:49%;
	float:left;
}
#ContactSection_Right
{
	width:49%;
	float:left;
}
#ContactForm
{
	clear:both;
	padding-top: 25px;
}

/** Form Layout **/
#ContactForm .row
{
	padding-bottom:10px;
}
#ContactForm .row .label
{
	width:140px;
	display:block;
	float:left;
}
#ContactForm .row .textbox
{
	width: 340px;
	height: 20px;
	border-left-width:2px;
}
#ContactForm .row .dropdown, #ContactForm .row .capChallenge
{
	width: 200px;
	height: 20px;
	border-left-width:2px;
}
#ContactForm .MessageBox
{
	width: 340px;
	height: 100px;
	border-left-width:2px;
}
#ContactForm .required
{
	color:#FF0000;
	padding-left: 5px;
	font-weight: bold;
	vertical-align:top;
}
#ContactForm .VAlign
{
	vertical-align:top;
}
#ContactForm .row .captcha, #ContactForm .row .capMessage, #ContactForm .row .capChallenge
{
	margin-left:140px;
}

#ContactForm .row .buttons
{
	margin-left:220px;
}
