﻿.cForm, .cThankYouMsg, .cErrorMsg
{
	height: 594px;
	font-family: Times New Roman, Garamond, Serif;
	font-size: 10pt;
	font-style: italic;
	background-color: #575b15;
	color: #ffffff;
	padding: 20px 22px 0px 22px;
	text-align: left;		
	line-height: 10px;
}
.cThankYouMsg, .cErrorMsg
{
	display: none;
	line-height: 20px;
}
.cForm input
{
	font-family: Times New Roman, Garamond, Serif;
	font-size: 10pt;
	color: #333333;
}
.cForm .logo 
{
	margin-bottom: 30px;
}
.inputError 
{
	border: solid 2px #ff0000;
}