#contactForm {
	width:500px;
	margin:0px;
}

#contactForm label	{
	color: #666666;
	font-weight:bold;
	display: block;
	padding-left:10px;
	font-size:11px;
}

#contactForm .areaField {
	margin:0px;
	margin-bottom:10px;
	margin-bottom:10px;
}

#contactForm .field {
	margin-top:5px;
}

#contactForm .fieldPart {
	float:left;
	width:150px;
}

#contactForm .inputText	{
	border: 1px solid #D9D8DA;
	background: white;
	margin:0px;
	width:100px;
}

#contactForm .inputSubmit	{
	color: #FFFFFF;
	float:right;
	width:89px;
	height:28px;
	background: url("../images/button/button.gif");
	border:0px;
	padding:0px;
	margin:0px;
	font-weight:bold;
}

#contactForm .areaWrapper {
	border: 1px solid #D9D8DA;
	padding:5px;
}

#contactForm .inputTextarea	{
	background: white;
	height: 200px;
	color:#666666;
	font-family:Arial, sans-serif;
	font-size:11px;
	margin:0px; 
	width:438px;
	border:0px;
}

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

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

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