





@charset ;

#form{
	margin-top:20px;
	float:left;
	width:400px;
	}
#calculate{
	float:right;
	height:auto;
	width:250px;
	border: 1px solid #ccc; 
	background-color: #eee; 
	padding: 10px;
	margin-top:20px;
	margin-right:35px;
	line-height:24px;
	}
label {
    display: block;
    float: left;
    width: 6em;
	}
.front{
	float:right;
	width:200px;
	height:auto;
	text-align:center;
	border: 1px solid #ccc; 
	background-color: #eee; 
	padding:10px;
	margin-top:20px;
	margin-right:20px;
	line-height:24px;
	}
#contact_text{
	width:380px;
	margin-top:20px;
	border: 1px solid #ccc; 
	background-color: #eee; 
	padding: 10px;
	float:left;
	}
.product{
	margin-top:10px;
	padding: 15px; 
	border: 1px solid #ccc; 
	background-color: #eee; 
	margin-left:60px;
	}

