body {
  min-height: 100px;
  background-color:#EEEEEE;
}
h2{
line-height:35px;
}
.main{
	min-height: 100px;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.55);
	background-color:#FFFFFF;
}
.top-headder{
	height:100px;
}
.top-headder .logo{
	padding:10px 5px;
}
.undlne {
	border-bottom: 3px solid #EE3523;
	margin-bottom: 30px;
}
.home-box{
	border:1px solid #ccc;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-align:center;
}
.home-box i {
	font-size:10em;
}
.home-box h3 {
	font-size:2em;
}
.footer-links{
	list-style:none;
	padding:0;
}
.footer-links li{
	float:left;
	padding:5px 10px;
}


/* Special Classes*/
.field-vehicle-leasing-1{ /* Ins Name */
font-size:10px;
text-align:center;
}
.field-vehicle-leasing-2{ /* Product Name */
min-width:200px;
}
.field-vehicle-leasing-4{ /* Rental */
min-width:178px;
 font-weight: bold;
}


/* calculator validation error */
input.error {
    background-color: #FFBABA;
    color: #D8000C;
	border:1px solid #FF0000 !important;
}
input.error[type="checkbox"] {
    outline: 2px solid #FF0000 !important;
}
label.error {
     color: #D8000C;
}