@charset "utf-8";
/* CSS Document */

#contact_form div.error {
	width:500px;
	padding:5px;
	background-color: #e1e1e1;
	border:1px solid #999;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	color:#FF0000;
	margin-bottom:10px;
}

#contact_form div.error li{
	margin-left:20px;
	color:#FF0000;
}
/*
#contact_form{
	width:600px;
	min-height: 770px;
	font-size: 12px;
	text-align: left;
}
#contactFormTable {
	width:600px;
}
#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;
}*/