/*Хлебные крошки*/
#name_type {font-size:18px;margin-bottom:0px;text-transform:uppercase;}
#kroha {font-size:11px;color:#6c6c6c;margin-bottom:20px}
#kroha a {font-size:11px;color:#6c6c6c}
#kroha b {text-transform:uppercase;}

/* Форма  530*/
#formpost {width:510px;}

/* для стилизации загругленной формы раз
#formpost:before{display: block;height: 13px;background: url(/images/form/b_pr_v.gif) no-repeat 100% 0;content: url(/images/form/b_lev_v.gif);}
#formpost:after{display: block;height: 13px;background: url(/images/form/b_pr_n.gif) no-repeat 100% 0;content: url(/images/form/b_lev_n.gif);}
*/

/*#formpost #cont .list_item .input_text .textall {width:340px;height:17px; float:left; border: 1px solid #E0E0E0;font-size:13px;}*/
#cont{margin:5px 0px 5px 5px;}

#formpost #cont .list_item{padding-top:5px;}
#formpost #cont .list_item .field {width:130px; float:left;}
#formpost #cont .list_item .input_text {float: left;}
#formpost #cont .list_item .input_text .textall {width:340px;height:17px; float:left; border: 1px solid #bfbfbf;background:#ebebeb;font-size:13px;}
#formpost #cont .list_item .input_text textarea {width:340px;height:100px;float:left; border: 1px solid #bfbfbf;background:#ebebeb;font-size:13px;}
#formpost #cont .list_item .input_text select {width:340px;height:20px; float:left; border: 1px solid #bfbfbf; background:#ebebeb;font-family:Arial, Helvetica, sans-serif; font-size:13px;}

#formpost #cont .list_item .input_radio {float: left; margin-top:10px}
#formpost #cont .list_item .input_radio .p {margin-left:40px;}

#formpost #cont .list_item .cross{margin-left:5px; width:16px;height:16px; float:left; background:url(/images/form/cross.png) no-repeat left top;}
#formpost #cont .list_item .tick{margin-left:5px; width:16px;height:16px; float:left; background:url(/images/form/tick.png) no-repeat left top;}

/* Блок с капчей */
#formpost #cont #kapcha {width:430px; height:80px;}

#formpost #cont #kapcha .content .nadp {margin:7px 0px 0px 5px}
#formpost #cont #kapcha .content .nadp span {margin:0px 0px 0px 30px}
#formpost #cont #kapcha .content .imgk {margin:5px 0px 0px 140px;}
#formpost #cont #kapcha .content .imgk img {float:left}
#formpost #cont #kapcha .content .imgk input.textcap {margin-top:20px; height:17px;  width:150px; border: 1px solid #bfbfbf;background:#ebebeb;}

/* Кнопки с проверкой Java */
 /*
 #div_but .reset{float:left; display:block;background:url(/images/form/but_reset.jpg) no-repeat left top;width:91px;height:30px;margin-top:-15px;}
 #div_but .reset:hover{background:url(/images/form/but_reset.jpg) no-repeat left bottom}
 #div_but #but_submit{ display:none; float:left; margin-left:20px; background:url(/images/form/but_submit.jpg) no-repeat left top;width:91px;height:30px;margin-top:-15px;}
 #div_but #but_submit:hover{background:url(/images/form/but_submit.jpg) no-repeat left bottom}
 */
 
#div_but .reset{
	float:left; display:block;
	background:url(/images/h_but.png) no-repeat left top;
	width:122px;height:28px;
	font-size:11px;
	color:#fff;
	line-height:28px;
	text-align:center;
	margin-left:3px;margin-top:-15px;
}
#div_but .reset:hover{background:url(/images/h_but.png) no-repeat left bottom}

#div_but #but_submit{ 
	float:left; display:none;
	margin-left:20px; margin-top:-15px;
	background:url(/images/h_but.png) no-repeat left top;
	width:122px;height:28px;
	font-size:11px;
	color:#fff;
	line-height:28px;
	text-align:center;	
}
#div_but #but_submit:hover{background:url(/images/h_but.png) no-repeat left bottom}

/* Кнопки без поддержки java */
 #div_but input.reset_p{
	background:url(/images/form/but_reset.jpg) no-repeat left top;
	width:91px;height:30px;
	border:0px;
	cursor:pointer;
}

 #div_but input.submit_p{
	background:url(/images/form/but_submit.jpg) no-repeat left top;
	width:91px;height:30px;
	border:0px;
	margin-left:20px;
	cursor:pointer;
}

/* Вывод ошибки на форму */
 #bl_error {list-style-type:none; margin-bottom:10px; color:red}	