*{
	outline:none;
	border:none;
	padding:0;
	margin:0;
}
body{
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
}
#main{
	width:746px;
	margin:0 auto;
}
#header{
	border-bottom:1px solid #999;
	height:94px;
	overflow:hidden;
	position:relative;
}
#header .logo{
	background:url(../img/goinsurancerates/orangebox-zip/logo.gif) no-repeat;
	height:41px;
	width:159px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:27px 0 0 30px;
}
#header .tabs{
	position:absolute;
	right:0;
	bottom:1px;
	list-style:none;
	float:right;
	width:524px;
}
#header .tabs li{
	float:left;
	display:inline;
	margin:0 0 0 2px;
}
#header .tabs li img{
	float:left;
}
#content{
	overflow:hidden;
}
#content h1{
	color:#355cd2;
	font-size:26px;
	font-weight:normal;
	text-align:center;
	margin:10px 0;
}
#content p{
	text-align:center;
}
#content .form{
	background:url(../img/goinsurancerates/orangebox-zip/bg-form.gif) no-repeat;
	width:462px;
	height:251px;
	margin:-20px 0 0 110px;
	padding:108px 0 0 100px;
}
#content .form label{
    display: block;
    margin-bottom: 5px;
    margin-right: 25px;
    overflow: hidden;
}
#content .form .label-1{
	font-size:20px;
	width:163px;
	float:left;
	line-height:20px;
}
#content .form .label-2{
	font-size:16px;
	width:163px;
	float:left;
	line-height:20px;
}
.form #zipcode{
    border: 1px solid #7F9DB9;
    float: left;
    height: 19px;
    width: 198px;
}
.form select{
	float:left;
	margin-top:20px;
	width:157px;
	height:21px;
	border:1px solid #7f9db9;
}
.button{
	margin:20px 0 16px 65px;
	display:block;
}
.form .check-box{
	overflow:hidden;
	margin-left:-25px;
}
.form #opt{
	float:left;
	margin:0 10px 0 0;
}
.form .check-label{
	float:left;
	width:350px;
}
.banners{
	display:block;
	overflow:hidden;
	width:100%;
	list-style:none;
	text-align:center;
	padding:20px 0 15px;
}
.banners li{
	overflow:hidden;
	display:inline;
	margin:0 7px;
}
#footer{
	overflow:hidden;
	width:100%;
	background:url(../img/goinsurancerates/orangebox-zip/bg-footer.gif) repeat-x;
	height:81px;
}
.footer-p{
	padding:20px 0;
	text-align:center;
	color:#363636;
}
#footer ul{
	text-align:center;
	list-style:none;
	margin-top:15px;
	color:#fff;
}
#footer ul li{
	display:inline;
}
#footer ul li a{color:#fff;}
#footer .fat li a{margin:0 8px 0 6px;font-weight:bold;}
#footer ul li a:hover{text-decoration:none;}
iframe {
    margin:0 0 0 -65px;
    padding:10px 0 0 0;
    height:220px;
    width:440px;
}

.errors {
    margin:10px 0 0 148px;
}

.errors p {
    font-weight:bold;
    text-align:left !important;
}

.errors ul {
    color:red;
    margin:0 0 0 25px;
}

