@charset "utf-8";
/* CSS Document */

.error{
	padding-left:25px;
	color:#D52B00;
	font-size:14px
}

input.no
{
font-size: 12px;
font-family:Verdana;
background: #ffffff;
border: 1px solid #7f9db9;
}

/* таблица */
#virt_table div{
	margin-top: 5px;
	float:left;  
	width:98%;

}
#virt_table span{
	color:red;
}
#virt_table .left{
	width: 30%;
	text-align:left; 
}
#virt_table .right{
	width: 70%; }
#virt_table .left_large{
	width: 50%;
	text-align:left; 
}
#virt_table .right_large{
	width: 50%; }
#virt_table .right_small{
	width: 50%; } 
	
#virt_table .center{
 	margin-top: 15px;
 	padding-right:25px;
 	width:95%;
 	text-align:center; 
}

#virt_table input[type="text"]{
	width: 95%;
 	background: white;
	border: 1px solid #7f9db9;
	
}
#virt_table textarea{
	width: 95%;
	height:120px; 
}
#virt_table .small{
	width: 25%;	
