#calc h2{
	color:#f58218;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	width:580px;
	padding-top:7px;
	padding-bottom:16px;	
	margin:0px;
}

#calc{
	width:580px;
	height:150px;
	background: url("/wp-content/uploads/2012/05/bg.gif") no-repeat;
}
#calc .column{
	float:left;
}
#calc .row{
	padding-bottom:10px;
	padding-left:20px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
}
#calc .row select{margin:0; padding:0;}
#calc .row strong{
	color:#59686f
	}
#calc .field{
	width:150px!important;
	}
#submitt{
	margin-left:15px;
	margin-top:10px;
}
#resultborder{
	width:830px;
	/*border:5px solid #f58218;*/
	padding:0 25px;
}
.result{
	width:830px;
}
.resulth{
	width:300px;
}	
.resulth td{
	border-top:1px solid #b8b8b8;
	border-left:1px solid #b8b8b8;	
	}
.resulth{
	border-bottom:1px solid #b8b8b8;
	border-right:1px solid #b8b8b8;	
	}	
#resultborder, #resultborder td{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#resultborder td{
	padding:5px;
}
#resulttitle{
	 color:#59686f;
	 font-size:16px;
	 padding-bottom:15px;
}
#resulttitle span{
	 color:#f58218
}
.right{
	color:#455258;
}
.nchet{
	background-color:#f0f1f2;
	}