* {margin: 0;}
body {
	background-color: #3060c8;
}

div {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

h1{font-size: 24px; padding-bottom: 15px; padding-top: 25px;}
h2{font-size: 18px; padding-bottom: 10px; padding-top: 20px;}
h3{font-size: 14px; padding-bottom: 5px; padding-top: 10px;}
h1, h2, h3, h4, a, .hilite {
	color:#1e7eb5;
}

label { 
	color: #333366;
} 
.hilite_2
{
	color:#eb861d;
}

.wrapper{
	background: #ffffff;
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	border: 1px solid #0d73ae;
}

.content{
	width: 580px;
	padding: 0 20px 20px 20px;
}

.ten_years{
	text-indent: -1000em;
	background: url(img/ten_years.gif) no-repeat 0% 50%;
}

/*  =buttons */
#continue{
	background: url(img/continue_btn.gif) no-repeat;
	height: 38px;
	width: 89px;
	border: 0;
	position: relative;
	right: 0;
	top:0;
}
#submit{
	background: url(img/submit_btn.gif) no-repeat;
	height: 38px;
	width: 89px;
	border: 0;
	position: relative;
	right: 0;
	top:0;
}
#return{
	background: url(img/return_btn.gif) no-repeat;
	height: 38px;
	width: 89px;
	border: 0;
	position: relative;
	right: 0;
	top:0;
}
#reset{
	background: url(img/reset_btn.gif) no-repeat;
	height: 38px;
	width: 89px;
	border: 0;
	position: relative;
	right: 0;
	top:0;
}

/* =thank you*/

#receipt{margin: 20px}
#receipt td {width: auto;font-size: 12px; padding:0 20px 3px 0;}

/* =misc  */
.bold{font-weight:bold;}
.uppercase{text-transform: uppercase;}
.rt {text-align: right;}
.pad_top{padding-top: 30px;}
.pad_bottom{padding-bottom: 30px;}
.cushion{padding: 5px 0 15px;}
.normal_font{color:#000;}
.push_left{margin:0 20px 0 0}