﻿#ContactUsDIV
{
	clear: both;
	width: 970px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

#ContactUsDIV .roundedPanel
{
	background-color: white;
}


#ContactUsDIV .roundedPanel #Content
{
	padding: 15px;
	font-size:0.8em;
	overflow:hidden;
}

#ContactUsDIV #Content .Title
{
	font-weight: bold;
	margin-bottom:20px;
	font-size:1.5em;
}

#ContactUsDIV #Content #LeftCol
{
	border: solid 0px red;
	width: 400px;
	float: left;
	margin-left:50px;
}

#ContactUsDIV #Content #RightCol
{
	border: solid 0px green;
	width: 465px;
	float: right;
}



.ErrorHighlight
{
	color: #A30101;
}


.ContactUsTable
{
	margin: 10px 0 0 0;
	width: 450px;
	border-collapse: collapse;
}

.ContactUsTable td
{
	padding: 8px;
	font-weight: bold;
	font-size: 0.9m;
}

.ContactUsTable .Header
{
	color: #999;
	font-size: 2.0em;
	font-weight:normal;
	padding: 10px 0 10px 0;
}

.ContactUsTable .Input
{
	white-space: nowrap;
}

.ContactUsTable .Input textarea
{
	height: 100px;
}

.ContactUsTable .Input input, .ContactUsTable .Input textarea
{
	border: #8b8b8b 1px solid;
	font-weight: normal;
	width: 200px;
}

.ContactUsTable .Input input, .ContactUsTable .Input textarea, .DropDownList
{
	font-family: "trebuchet MS" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.DropDownList
{
	color:Black;
}



.ajax__validatorcallout div, .ajax__validatorcallout td
{
	padding: 0px;
	font-size:0.8em;
	font-weight:normal;
}

.ajax__validatorcallout .ajax__validatorcallout_callout_arrow_cell
{
	/*Affects the offset of the top of the arrow*/
	padding: 8px 0px 0px 0px;
}

.ajax__validatorcallout .ajax__validatorcallout_error_message_cell
{
	/*Affects the cell containing the error message*/
	padding: 5px;
}

.ajax__validatorcallout .ajax__validatorcallout_icon_cell
{
	/*Affects the space around the icon*/
	width: 30px;
	padding: 5px;
}

.ajax__validatorcallout .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv
{
	width: 10px;
	padding: 5px;
}

