.site #contactForm {
	margin:15px 0px 15px 25px;
}

.site #contactFormInner {
	width:690px;
	margin:0px;
}

.site #contactForm fieldset	{
	border:1px solid rgb(180, 180, 180);
	padding:20px;
	margin:0px;
}

.site #contactForm legend	{
	padding:0px 5px 0px 5px;
	font-weight:bold;
}

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

.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:500px;
	height: 200px;
}

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

.site #contactForm .contactFormSuccessfulMessage	{
	color: green;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 15px;
	text-align:center;
	padding:10px;
	background:#eeeeee;
	border: 1px solid green;	
}

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