.title{
    font-size: 1.5em;
	font-weight: bold;
}
/*.row{float: left;width:412px; padding:23px 50px 29px 0;}*/
.calculator-cls{float: left;width:412px; padding:23px 50px 29px 0;}
.dotted{padding-bottom: 1px dotted #949699;}
.content{font-size: 15px;}
.content_field{
    width: 140px;
    float: left;
    color: #707070;
    font-size: 15px;
    margin-bottom: 12px;
}
.content_field_input{
    float: left;
    width: 150px;
    border-color: #999999;
    margin-bottom: 12px;
    height: 30px;        
}
.clearr{
    clear:both;
}
.content_field_input input{
	padding: 7px 7px 6px 10px;
	border-radius: 7px;
	border: 1px solid #BFCDD2;
}
