#fss_title {
	font-weight: bold; 
	font-family: Arial; 
	text-transform: uppercase;
	color: #666666;
}

#product_title {
	font-size: 2em
}

#header {
	width: 600px;
	/*	border: 1px solid black;  */
	/* background-color: #b4d6f5; /*#87cbe0; */
}

#header .icon {
	width: 48px;
	padding: 10px;
}

#header .text {

}


hr {
	margin: 20px 0 20px 0;

}


#footer_form {
	
    margin-top:100px;
	padding: 20px 0px 0px 0px;
	width: 640px;
	text-align:left;
	
	background: url("../images/separator8.gif") repeat-x scroll 0 0 transparent;
	
/*	

background: url("../images/bg-footer.gif") no-repeat scroll 0 0;
border: 1px solid black; 
border-top: 1px SOLID #CCC;
*/
	
}

#footer_form .right {
	text-align: right;
}

#footer_form .left {
	text-align: left;
}

#footer_form h2 {
	margin: 20px 0 0 0 !important; 
}

#contents {
	padding: 0;
	width: 640px;
	/*
	height: 200px;
	border: 1px solid black;
	overflow: auto;
	*/
}

.questseperator{
	border-style: solid; 
	border-color: #33CCFF;
	border-top-width: 1px
}

#additional_cover_cost_title, #additional_cover_cost_1, #additional_cover_cost_2, #additional_cover_cost_3, #additional_cover_cost_4 {
	padding-left: 10px; 
	padding-right: 10px;
	text-align: center;
}

.hide {
	display: none
}

.show {
	display: block;
}

#insurance_results {
	background: #CCC;
	border-bottom: 2px SOLID #666;
}
#insurance_results td {
	background: #FFF;
}
#insurance_results td.key {
	width: 75%;
}
#insurance_results td.value {
	text-align: right;
	width: 25%;
}
