body{
	font-family: "lft-etica",sans-serif;
	}
a{
	color: #F47F24;
	font-size: 17px;
	text-decoration:none;
text-transform: uppercase;
font-weight: bold;
}
a:hover{
	
text-decoration: underline;
}
#calc_holder{
	width:700px;
}
.left_side{
	width:400px;
	float:left;
}
.right_side{
	float:left;
	padding:10px;
	width:250px;
}


.form_window{
	overflow:hidden;
	width:100%;
}
.form_item{
	padding-bottom:10px;
}
.form_error{
  display: block;
  float: left;
  line-height: 26px;
  text-indent: 10px;
  font-size: .8em;
  color: #c02e1a;
}
.form_label{
	font-size: 17px;
font-weight: bold;
line-height: 26px;
	display:block;
	float:left;
}
.form_button{
  background: #F47F24;
  border: none;
  border-bottom: #cc6b20 4px solid;
  border-radius: 10px;
  color:#fff;
  cursor:pointer;
  padding: 10px;
  font-weight: bold;
  margin:5px 10px;
  width: 90%;
}
.text_input{
	border-color:#ddd;
	border-radius:5px;
	border-width:1px;
	padding:10px;
	width:90%;
}
.ratecode_switch{
	border:#cc6b20 2px solid;
	border-bottom-width:4px;
	border-radius: 10px;
	color:#000;
	cursor:pointer;
	margin:6px 5px 5px;
	padding: 10px;
	}
.ratecode_switch.active{
	background: #F47F24;
	border-bottom: #cc6b20 4px solid;
	color:#fff;
}
.ratecode_switch img{
	float:left;
	margin-top:-5px;
}
.ratecode_switch .button_text{
	margin:0 0 0 50px;
}
.button_text{
	font-size:.9em;
	}
#bottom_info{
	border: #cc6b20 2px solid;
border-bottom-width: 4px;
border-radius: 10px;
width: 90%;
padding: 10px;
}
.bottom_info_block{
	width:100%;
}
.bottom_header{
	display:block;
	float:left;
	line-height:13px;
	margin: 0;
	padding:13px 0 0 0;
	text-align:right;
	width:350px;
	}
.bottom_text{
	font-weight: bold;
font-size: 26px;
margin:0;
text-indent: 10px;
	}