/* Формы */
.fb_row{
	margin-bottom: 12px;
}
.fb_row span{
	display: block;
	float: left;
	width: 67px;
	padding: 5px 5px 0 0;
	color: #4477aa;
}
/*
.fb_row div{
	display: block;
	float: left;
	width: 150px;
	padding: 5px 5px 0 0;
	color: #4477aa;
}
*/

.fb_row input{
	/*display: block;*/
	width: 165px;
}
.fb_row textarea{
	width: 165px;
	height: 75px;
}
*html .fb_row textarea{overflow:auto}
*+html .fb_row textarea{overflow:auto}
.fb_btn_line{
	clear: left;
	padding-bottom: 30px;
	width: 443px;
	text-align: right;
}
*html .fb_btn_line{width:446px}
*+html .fb_btn_line{width:446px}
.fb_btn_line .reset{
	width: 64px;
}
.fb_btn_line .submit{
	width: 164px;
}

.lbl_error{
	color: red;
	/*display: none;*/
}
.txt_error{
	border: 1px solid red;
	/*display: none;*/
}
.err{
	border-color: #ff3300;
}
.capcha{
	border-color: #cecece;
	margin-right: 10px;
	vertical-align: top;
	position: relative;
	top: 3px;
}