h2 {
	color:#dbdbdb;	
}

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

.form_input {
	width:298px;
	height:16px;
	color:#575757;
	border:1px solid #dbdbdb;
	/*background-image:url(../images/clean/text_bg.jpg);
	background-repeat:repeat-x;*/
}

.form_textarea {
	width:298px;
	height:136px;
	color:#575757;
	border:1px solid #dbdbdb;
/*	background-image:url(../images/clean/text_bg.jpg);
	background-repeat:repeat-x;*/
}

.form_btn {
	width:106px;
	height:35px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-image:url(../images/clean/button.jpg);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}

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