div.contact_form {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.contact_form input,
div.contact_form textarea
{
	font-family: Verdana, Sans-Serif;
	font-size: 1em;
	width: 350px;
	background-color: #2f3943;
	color: #FFFFFF;
	border: 1px solid #414a59;
	padding: 4px;
}
div.contact_form input#submit_contact {
	background: url(../images/template2007/sndbttn.jpg) repeat-x center;
	height: 26px;
	color: #fff;
	border: 1px solid #414a59;
	width: 80px;
	font: bold 100% Arial, Helvetica, sans-serif;
}
div.contact_form input#usereval {
	width: 100px;
}
div.contact_form form {
	margin: 0px;
	padding: 0px;
}
div.contact_form td,
div.contact_form th {
	vertical-align: top;
	text-align: left;
}
div.contact_form td#end {
	padding-bottom: 10px;
}
div.contact_form table {
	border-collapse: collapse;
	/*background: url(../images/v1/bg.portfolio.png) repeat;*/
	vertical-align: top;
	text-align: left;
	/*border: 1px solid #202020;*/
}
div.contact_form th {
	/*padding: 0px 10px 3px 0px;*/
	padding: 10px 5px 0px 5px;
}
div.contact_form td {
	/*padding: 0px  0px 3px 0px;*/
	padding: 10px 5px 0px 5px;
}
div.contact_form img {
	margin-left: 5px;
}
div.contact_form em {
	text-decoration: none;
	font-style:  normal;
	font-weight: bold;
	color: #006699;
}
div.contact_form  em.error,
div.contact_form form em {
	color: #339900;
}
div.contact_form div.error {
	margin-bottom: 15px;
	text-align: center;
}
div.contact_form div.input {
	float: left;
}
div.contact_form select {
	width: 250px;
}