/* Text */
.large-cap{
 font-family: "Times New Roman", Times, serif;
 margin-right:6px;
 margin-top:5px;
 float:left;
 color:#000;
 background:#8B8B8B;
 border:1px solid #8B8B8B;
 font-size:45px;
 line-height:36px;
 padding-top:2px;
 padding-right:5px;
}
/* part_news */
div.hr{
width: 100%;
height:1px;
border-top: 1px dashed #8B8B8B;
line-height:2px;

margin: 9px 0px 19px 0px;
}
/* Body */
h1.hmenu{
	display: block;
	background: #8B8B8B;
	color: White;
	padding-top: 6px;
	line-height:12px;
	margin: 0 0 9px 0;	
}
/* Ýëåìåíòû óïðàâëåíèÿ Button, Input è ò.ï. */
/*
.input{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border:1px dashed #8B8B8B;
	margin: 2px;
	color: #000;
}
*/
select.input{
	font-size: 11px;
	margin: 2px;
}
textarea.input{
	
}
option.input{
	font-size: 11px;
	border:1px none;
}
td.input-padding{
    padding: 8px 0px 8px 0px;   
}
/*
.button{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	border:1px solid #000;
	margin: 2px;
	background: #fff;
}
*/
.red_error{
	color: red;
}