a#btn_send {
	background: url('../img/btn_send.jpg') no-repeat;
	width:62px;
	height:20px;
	display:block;
	float:right;
	text-decoration:none;
	margin:20px 0 0 0;
}
a#btn_reset {
	background: url('../img/btn_reset.jpg') no-repeat;
	width:62px;
	height:20px;
	display:block;
	float:right;
	text-decoration:none;
	margin:20px 10px 0 0;
}

a:hover#btn_send, a:hover#btn_reset {
	background-position: 0 -20px;
}

.error-message {
	color:red;
	font:bold 11px arial, sans-serif;
	margin:0 0 7px 0;
	padding:0;
}

.input LABEL {
	display:block;
	font:bold 12px arial, sans-serif;
	color:#373732;
}

.input INPUT {
	width:240px;
	margin:0 0 7px 0;
}
.input SELECT {
	margin:0 0 9px 0;
}
INPUT.form-error {
	margin:0 0 0 0;
}
.input TEXTAREA {
	width:245px;
}
div.textarea {
	width:240px;
	margin:0 0 7px 10px;
}

.box_left {
	width:240px;
	float:left;
	padding:0 30px 0 0;
}
.box_middle {
	width:240px;
	float:left;
	padding:0 20px 0 0;
}
.box_right {
	width:240px;
	float:left;
}

#box_captcha {
	padding:0 0 0 10px;
}
#box_captcha A {
	font:10px arial, sans-serif;
	display:block;
	padding:0 0 5px 0;
}
#box_captcha P {
	font:11px arial, sans-serif;
	padding:0;
	margin:0;
}
#ValuationCaptcha {
}
