form.contactform {
	float:left;
	width:500px;
	clear:both;
}
form.contactform fieldset{
	border:none;
	border-top:1px solid #B0B1B7;
	position:relative;
	padding:35px 0px 0px;
}
form.contactform fieldset.alt {
}
form.contactform fieldset.last {
	border-bottom:1px solid #B0B1B7;
	/*#D6DFE6*/
}
form.contactform fieldset ul {
	margin:5px 0px 10px 16px;
}

form.contactform fieldset legend {
	position:relative;
	float:left;
	margin:0px;
}
form.contactform fieldset legend span{
	float:left;
	font-size:14px;
	margin:-25px 0px 0px 0px;
	position:absolute;
	top:0px;
	width:370px;
	color:#000000;
}
form.contactform > fieldset legend span{
	margin:-25px 0px 0px 8px;
}
:first-child+html form.contactform fieldset legend span{
	margin:-25px 0px 0px 0px;
}

form.contactform label {
	width: 144px;
	float:left;
	display:block;
	margin-right:8px;
}
form.contactform ul {
	margin:0px 0px 0px 16px;
}
#bodydiv form.contactform ul li {
	list-style:none;
	list-style-image:none;
	margin:0px 0px 6px 0px;
	clear:both;
	background-image:none;
}
* html form.contactform li {
	margin:0px 0px 2px 0px;
}
form.contactform li input, form.contactform li textarea {
	width:250px;
}
form.contactform li select{
	width:254px;
}
/*валюта*/
form.contactform li select.select_curr{
	width:50px;
}

form.contactform li input.submit {
	width:150px;
	margin:10px 0px 0px 151px;
	background-color:#E0DFE3;
  border:1px solid #B3B9C3;
  color:#79808B;
}
form.contactform #img_captcha
{
 cursor:pointer;
}
form.contactform label.error{
	color:#D62B00;
}
form.contactform textarea.error {
	border:1px solid #D62B00;
}

* html form.contactform textarea.error {
	padding:1px;
	border:1px solid #D62B00;
}

form.contactform input.error{
	padding:1px;
	border:1px solid #D62B00;
}
