/* CSS Document */

/************************************************************/
/** BEGIN VERTICAL FORM **/
/************************************************************/

div#vertical_form {
	float:left;
	width:320px;
	/*height:680px;
*/	margin:0;
	padding:0;
	
	_display:inline;
}
div.vform_top {
	width:100%;
	height:18px;
	margin:0;
	padding:0;
	background:url(/images/debt_bg_top.jpg) left top;
	background-repeat:no-repeat;
}
div.vform_mid_top {
	width:320px;
	height:140px;
	#height:140px;
	margin:0;
	padding:0;
	text-align:center;
	background:url(/images/debt_bg_mid_top.jpg) left top no-repeat;
}
div.vform_mid_btm {
	width:320px;
	height:580px;
	margin:0;
	padding:0;
	text-align:center;
	background:url(/images/debt_bg_mid_btm.jpg) left top repeat-y;
}
div.vform_cta{
	background:url(/images/cta_vform_arrow.png) 6px 2px;
	background-repeat:no-repeat;
	font:bold 24px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
}
div.vform_info {
	width:300px;
	height:450px;
	margin:0 10px;
	padding:0px;
}
div.vform_info_top {
	width:300px;
	height:50px;
	margin:0;
	padding:0;
	background:url(/images/vform_wht_bg_top.png) center top no-repeat;
}
div.vform_info_mid {
	width:300px;
	height:505px;
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background:url(/images/vform_wht_bg_mid.gif) left top repeat-y;
}
div.EpicInfo {
	/*background:url(/images/family_bg.jpg) center bottom no-repeat;*/
	font:normal 10px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;
	vertical-align:bottom;
	width:100%;
}
div.vform_info_btm {
	width:300px;
	height:20px;
	margin:0px;
	padding:0px;
	background:url(/images/vform_wht_bg_btm.gif) left top no-repeat;
}
div.vform_btm {
	width:320px;
	height:18px;
	margin:0;
	padding:0;
	background: url(/images/debt_bg_btm.jpg) left top;
	background-repeat:no-repeat;
}
div.main_left {
	float:left;
	width:15px;
	height:585px;
	background: url(/images/gray_box_left.png) top left;
	background-repeat:no-repeat;
}
div.main_info {
	float:left;
	width:585px;
	height:585px;
	background-color:#EBEBEB;
}

div.main_right {
	float:left;
	width:15px;
	height:585px;
	background: url(/images/gray_box_right.png) top right;
	background-repeat:no-repeat;
}

