

/* FORM RACHET */
div.calculatorProflist {
	margin: 10px 0px;
	display: block;
	overflow: hidden;
	background: #e4f9b8;
	border-radius: 4px;
	border: 1px solid #fff;
	box-shadow: 0 1px 5px #ccc;
}

div.calculatorProflist label{
	display:inline !important;
}
div.calculatorProflist input, div.calculatorProflist select{
	display:inline-block !important;
	font-weight:normal;
	padding:2px;
	height:24px;
	line-height:20px;
}
div.calculatorProflist select option{
	font-weight:normal;
	padding:2px;
}
#generator{
	display: block !important;
    width: auto;
    float: left;
    margin-right: 5px;
}

div.roundBlock h2{
	font-size: 16px !important;
    font-weight: bold;
    text-align: center;
} 

div.roundBlock  .formRound{
	background:url(/i/calcLogo.jpg) bottom right no-repeat;
	overflow:hidden;
}
 
.calcTitle{
	color:#023612;
	font-size:22px;
	text-align:center;
	font-weight:bold;
	padding-bottom:20px;
}
.clacBlock{
	color:#1f6329;
	font-weight:bold;
	font-size:16px;
	padding:20px;
}
option{
	padding:1px 2px;
}
div.roundBlock input{
	padding:1px 2px;
	text-align:center;
}
#lengthValTitle{
	padding-right:100px;
}
#length{
	width:50px;
	border:#88c460 solid 1px;
}
#height{
	width:175px;
	border:#88c460 solid 1px;
}
#lagi{
	width:110px;
	border:#88c460 solid 1px;
}
#vorota{
	width:30px;
	border:#88c460 solid 1px;
}
#kalitka{
	width:30px;
	border:#88c460 solid 1px;	
}
#betSt{
	width:30px;
	border:#88c460 solid 1px;	
}
label.input{
	cursor: pointer;
}
#distance, #distanceSpb{
	width:40px;
	border:#88c460 solid 1px;		
}
.spbData{
	display:none;
}
#road{
	width:259px;
	border:#88c460 solid 1px;		
}
 
#goSendRashet{
	background:url(/i/poschtat.jpg) no-repeat top;
	width:164px;
	height:41px;
	border:none;
	margin-left:240px;
	cursor:pointer;
}
#goSendRashet:hover{
	background:url(/i/poschtat.jpg) no-repeat bottom;	
	cursor:pointer;
	
}
.withBorder{
	border-bottom:#FFF solid 1px;
}
.calcCity{
	margin-left:105px;
	margin-top:-21px;
}
.naim{
	padding-right:17px;
	color:#50884c;
}
.calcError{
	background:#ffeaab;
	margin: 15px 0px; 
	padding:15px;
	border-radius: 5px 5px 5px 5px;
	overflow:hidden;
}
.calcErrorMsg{
	color:#ff1e19;
	background:url(/i/error.jpg) no-repeat;
	height:26px;
	padding: 4px 0px 0px 40px;
	font-size:14px;
	margin-left:20px;
}

#calcResult{
	margin: 15px 0px; 
	border:#c4d9bf solid 1px;
	border-radius:5px; 
	padding:20px; 
	color:#11581f;
	text-align:left;
}
#tableResult{
	border-collapse:collapse;
	width:100%;
}
#tableResult th{
	font-size:14px !important;
}
#tableResult td{
	font-size:13px;
}
#tableResult td.price{
	text-align:center;
}
#tableResult th.title{
	width:50%;
}
#tableResult td, #tableResult th{
	padding:4px;
}
#tableResult th.price,#tableResult th.sumPrice{
	width:25%;
	text-align:center;
}
#tableResult tr.grey{
	background:#fafafa;
}
#tableResult tr.bigger{
	background:#e4f9b7;
	border-top:7px #fff solid;
	border-bottom:7px #fff solid;
	border-radius:5px;
}
#tableResult td.bigger{
	font-size:16px;
}

#calcSend{
	color:#054d1b;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
	border-bottom:1px dashed #054d1b;
	text-decoration:none;
	margin-left:270px;
}
#calcSend:hover{
	color:#018429;
	border:none;
	text-decoration:none;	
}
.calcSendForm{
	overflow:hidden;
	margin: 20px 70px;
	display:none;
}
.calcSendFormLeft{
	float:left;
}
.calcSendFormLeft input{
	width:205px;
	border:#ccc solid 1px;
	height:21px;
	padding:2px;
	margin-bottom:15px;
	margin-top:3px;
}
.calcSendFormRight{
	float:right;
	

}
.calcSendFormRight textarea{
	border:#ccc solid 1px;
	height:156px;
	width:262px;
	padding:2px;
}
.calcSendForm p{
	color:#000;
}




#calcSendComment{
	background:url(/i/send.jpg) no-repeat top;
	height:41px;
	width:164px;
	overflow:hidden;
	display:block;
	cursor:pointer;
	margin-left:169px;
	margin-top:220px
}
#calcSendComment:hover{
	background:url(/i/send.jpg) no-repeat bottom;
}


.loading{
	background:url(/i/loading.gif) center no-repeat;
	padding:20px;
	display:none;
}



/* END FORM */