	
form.contacts{
	background-color: #ebedde;
	padding:20px 30px 5px 30px;
	}

form.contacts label{
	width: 330px;
	height: 40px;
	padding: 3px;
	display: block;
	float: left;
}


form.contacts input.txt{
	width:250px;
}

form.contacts textarea{
	width:253px;
	height:80px;
}

.calculator_answer{
	font-size: 16px;
	color: #616161;
	text-align: right;
	margin-right: 30px;}
	
.calculator_answer span{
	font-size: 20px;
	color: #36441a;}
		
	
.phone{
	background-image: url(../images/callus.gif);
	background-repeat: no-repeat;
	float: right;
}

.phone span{
	display: block;
	width: 188px;
	height: 60px;
}

.phone span span{
	display: none;
	
}
