/*Хлебные крошки*/
#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;}

/* Форма */
#formpost {width:605px;font-size:12px;}

#cont{margin:20px 20px 0px 20px;}

#formpost #cont .list_item{padding-top:5px;}

#formpost #cont .list_item .field {width:140px; float:left;}
#formpost #cont .list_item .input_text {float: left;}
#formpost #cont .list_item .input_text .textall {width:370px;height:17px; float:left; border: 1px solid #96d1f6;}
#formpost #cont .list_item .input_text .in_file {width:370px;height:20px; float:left; border: 1px solid #96d1f6;}

#formpost #cont .list_item .input_text textarea {width:370px;height:100px;float:left; border: 1px solid #96d1f6;}
#formpost #cont .list_item .input_text select {width:370px;height:20px; float:left; border: 1px solid #96d1f6; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#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:530px; height:90px; margin-top:8px;}

#formpost #cont #kapcha .content .nadp {margin:7px 0px 0px 5px}
#formpost #cont #kapcha .content .nadp span {margin:0px 0px 0px 130px}
#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 #96d1f6;}

/* Кнопки с проверкой Java */
 #div_but .reset{float:left; display:block;background:url(/images/form/reset.gif) no-repeat left top;width:123px;height:25px;}
 #div_but .reset:hover{background:url(/images/form/reset.gif) no-repeat left bottom}
 #div_but #but_submit{display:none; float:left; margin-left:20px; background:url(/images/form/submit.gif) no-repeat left top;width:123px;height:25px;}
 #div_but #but_submit:hover{background:url(/images/form/submit.gif) no-repeat left bottom}

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

 #div_but input.submit_p{
	background:url(/images/form/submit.gif) no-repeat left top;
	width:123px;height:25px;
	border:0px;
	margin-left:20px;
	cursor:pointer;
}

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