*{
	outline:none;
	margin:0;
	padding:0;
}
body{
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
}
#main{
	width:746px;
	overflow:hidden;
	margin:0 auto;
}
#header{
	background:no-repeat;
	width:746px;
	height:93px;
	border-bottom:1px solid #999;
	overflow:hidden;
}
.logo{
	float:left;
	display:inline;
	margin:26px 0 0 29px;
}
.tabs{
	float:right;
	text-align:right;
	list-style:none;
	margin-top:45px;
}
.tabs li{display:inline;}
#content{
	overflow:hidden;
	height:100%;
	padding-bottom:25px;
	border-bottom:1px solid #999;
}
h1{
	font-size:21px;
	font-weight:normal;
	color:#f26223;
	margin:20px 0 5px;
}
.small{
	display:block;
	font-size:11px;
}
form{display:block;}
.form{margin-top:17px; text-align:center;}
label{
	display:block;
	height:35px;
}
.label{
	width:355px;
	height:30px;
	padding-right:10px;
	background:#ffedcd;
	float:left;
	line-height:30px;
	text-align:right;
}
.form label input{
	border:1px solid #7f9db9;
	float:left;
	display:inline;
	margin:5px 0 0 10px;
	width:155px;
	height:19px;
}
.form label select{
	border:1px solid #7f9db9;
	float:left;
	display:inline;
	margin:5px 0 0 10px;
	width:157px;
	height:21px;
}
.button{
	margin:22px 0 25px 345px;
}
.check{
	overflow:hidden;
	margin-left:365px;
}
.check #opt{
	float:left;
    width:auto;
}
.check .check-text{
	float:left;
	width:315px;
	font-size:11px;
	padding-left:10px;
}
.banners{
	list-style:none;
	margin:35px 0 0;
	overflow:hidden;
    text-align:center;
}
.banners li{
    display:inline;
}
#footer{
	clear:both;
	background:url('../img/goinsurancerates/get-started/bg-footer.gif') repeat-x bottom;
	height:149px;
}
.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;}
#footer ul li a:hover{text-decoration:none;}

iframe {
    margin:0;
    padding:0;
    height:350px;
    width:440px;
}

.errors { 
    margin:20px 0 0 180px;
}

.errors p {
    font-weight:bold;
}

.errors ul {
    color:red;
    margin:0 0 0 25px;
}

