@charset "utf-8";
/* CSS Document */

#contact_form div.error {
	width:500px;
	padding:5px;
	background-color:#c1dfc0;
	border:1px solid #1d451b;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#1d451b;
	margin-bottom:10px;
}

#contact_form div.error li{
	margin-left:20px;
}

#contact_form{
	width:750px;
	min-height: 770px;
	font-size: 12px;
	text-align: left;
}
#contactFormTable {
	width:700px;
}
#contactFormTable td {
	padding:3px;
}
.label {
	/*
	display: block;
	float: left;
	*/
	width: 240px;
	height: 30px;
	text-align: right;
	padding: 2px 5px 2px 0px;
	background-color: #009900;
}
.element {
	/*
	display: block;
	*/
	float: right;
	width: 340px;
	height: 30px;
	padding: 2px 5px 2px 5px;
	text-align: left;
	background-color: #339900;
}
#comments_label {
	width: 240px;
	height: 54px;
}
#element_comments {
	width: 340px;
	height: 54px;
}
.contactButtons {
	width: 600px;
	height: 54px;
	display: block;
	position: relative;
	top: 20px;
}