/* CSS Document */

/************************************************************/
/** BEGIN HORIZONTAL FORM **/
/************************************************************/

#horiz_form {
	float:left;
	display:inline;
	text-align:center;
	width:680px;
	height:390px;
	margin:0 20px;
	padding:0;
}

div.h_form_top {
	width:100%;
	height:143px;
	margin:0;
	padding:0;
	background: url(/images/forms/debt_horiz_form_01.gif) top left;
	background-repeat:no-repeat;
}

div.h_form_mid {
	width:100%;
	height:auto;
	#height:inherit;
	margin:0;
	padding:0;
	background:url(/images/forms/debt_horiz_form_02.gif) top left;
	background-repeat:repeat-y;
	/*background-color:#FFFFFF;*/
}

div.h_form_btm {
	width:100%;
	height:14px;
	margin:0;
	padding:0;
	background: url(/images/forms/debt_horiz_form_03.gif) bottom left;
	background-repeat:no-repeat;
}

#maincontent {
	float:left;
	width:620px;
	height:585px;
	margin:0 0 0 15px;
	padding:0;
}
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;
}

