.site #contactForm {
	width:540px;
	margin:0px;
}


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

.site #contactForm legend	{
	padding:0px 5px 0px 5px;
	color:rgb(217,156,65);
}

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

.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:380px;
	height: 200px;
	overflow: auto;
}

.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;
}
