.site #contactForm {
	width:500px;
	margin:0px;
	margin-left:50px;
	margin-top:30px;
}


.site #contactForm fieldset	{
	border:1px solid #FFBA00;
	padding:20px;
	margin:0px;
}

.site #contactForm label	{
	color: #000000;
	display: block;
	float: left;
	line-height: 22px;
	width: 100px;
}

.site #contactForm .inputText	{
	border: 1px solid #D0CEC4;
	background: white;
	float: left;
}

.site #contactForm .inputSubmit	{
	color: #000000;
	float:right;
}

.site #contactForm .inputTextarea	{
	border: 1px solid #D0CEC4;
	background: white;
	width:350px;
	height: 200px;
}

.site #contactForm .contactFormErrorMessage	{
	color: #000000;
	font-weight: bold;
}

.site #contactForm .contactFormSuccessfulMessage	{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 15px;
}

.site #contactForm .contactFormSmtpErrorMessage	{
	color: #880000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 15px;
}