/* ================================================ */
/* ====( OVERRIDES )=============================== */
/* ================================================ */
#mainContentArea
{
	padding-bottom: 20px;
	padding-left: 175px;
}
/* ================================================ */
div#errorMessageContainer
{
	font-size: 9px;
	color: red;
	border: 1px dashed red;
	margin-bottom: 10px;
	padding: 10px;
}
div#errorMessageContainer p
{
	margin: 0px;
}
div.hide
{
	display: none;
}

div#formContainer
{
	border-top: 1px solid #99D6AD;
	border-bottom: 1px solid #99D6AD;
	background-color: #F2F2F2;
	padding-top: 35px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 20px;
	width: 550px;
	margin-bottom: 10px;
}
p.topCopy
{
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
}
p.sectionLabel
{
	font-size: 16px;
	color: #666666;
	margin-bottom: 10px;
}
td.label
{
	font-size: 9px;
	line-height: 9px;
	color: #75787B;
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;

	padding-bottom: 8px;
}
td.label2
{
	font-size: 9px;
	line-height: 9px;
	color: #75787B;
	text-align: left;
	padding-right: 10px;
}

p#buttonContainer
{
	width: 585px;
	text-align: right;
}

.bestMethod
{
	font-size: 8px;
	line-height: 14px;
	color: #75787B;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;	
}
.bestMethod td
{
	padding-bottom: 15px;	
}

td.foo1
{
	width: 185px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 9px;
	line-height: 9px;
}
td.foo2
{
	padding-top: 6px;
	font-size: 9px;
	line-height: 9px;
}
td.foo2 span
{
	padding-bottom: -5px;
	margin-bottom: -5px;
	text-align: top;
}
#contactUsForm input.cb,
#whitepaperForm input.cb
{
	text-align: top;
	background-color: #E7E7E8;
	font-size: 9px;
	line-height: 5px;
/*	width: 305px;*/
	margin-top: 4px;
	margin-bottom: 14px;

	padding-top: 4px;

	margin-top: 4px;
	margin-bottom: 0px;
	
	margin-left: 15px;
	
	height: 8px;
	width: 8px;
}
#contactUsForm input.text,
#whitepaperForm input.text
{
	background-color: #E7E7E8;
font-size: 6.5px;
line-height: 7.7px;
	font-size: 8px;
	line-height: 8px;
	width: 250px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px;
}

#contactUsForm textarea.text,
#whitepaperForm textarea.text
{
	background-color: #E7E7E8;
font-size: 6.5px;
line-height: 7.7px;
	font-size: 8px;
	line-height: 8px;
	width: 250px;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 0px;
}






p#buttonContainer input
{
	margin-left: 10px;
}
.PositiveButton
{
	display: inline;
	width: auto;
	height: auto;
	color: #FFFFFF;
	background-color: #007B32;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
}
.negativeButton
{
	display: inline;
	color: #666666;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
}