.form_label {
	font-weight:bold;
	color:#333;
	width:75px;
}

.form_input {
	padding:9px 5px;
	width:300px;
	height:16px;
	color:#575757;
	background-image:url(../images/round/text_bg.jpg);
	background-repeat:repeat-x;
	border-top:none;
	border-left:none;
	border-right:none;
}

.form_textarea {
	width:300px;
	height:138px;
	color:#575757;
	background-image:url(../images/round/textarea_bg.jpg);
	background-repeat:repeat-x;
	border:none;
}

.form_btn {
	width:84px;
	height:31px;
	color:#fff;
	background-image:url(../images/round/button.jpg);
	background-repeat:no-repeat;
	background-color:#568CB2;
	border:none;
}

.notification_error, .err, #captcha_p .err  {
	color:#860400;
}
