div#main_wrapper {
	background-image: url(../images/partners_right_img.png);
	background-repeat: no-repeat;
	background-position: 676px 34px;
}

div#right_column {
	padding: 125px 0 0 0;
}

div#left_column ul li {
	line-height: 20px;
}

div#right_column ul {
	margin: 0px;
	padding: 26px 0 0 14px;
}

div#right_column ul li {
	margin: 0px;
	padding: 0 0 8px 12px;
	background-image: url(../images/right_list_bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	list-style-type: none;
	font-size: 12px;
}

div#right_column ul li a {
	color: #013f84;
	font-style: italic;
}

div#right_column ul li a.active {
	font-weight: bold;
}

div#right_column ul li a:hover {
	text-decoration: none;
}

div#right_column img {
	margin: 100px 0 0 0;
}

div#left_subcolumn {
	float: left;
	width: 172px;
	padding: 6px 0 0 0;
}

div#left_subcolumn p {
	width: auto !important;
}

div#right_subcolumn {
	float: left;
	width: 408px;
	padding: 6px 0 0 0;
}

/* FORM STYLES */
div#form_main_wrapper {
	float: left;
	width: 408px;
	background-image: url(../images/form_top.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0 0 0 28px;
	padding: 28px 0 0 0;
}

div#form_container {
	float: left;
	width: 382px;
	background-color: #e5e5e5;
	padding: 0 13px 15px 13px;
	margin: 0 0 50px 0;
}

div#form_container h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #013f84;
}

div#form_container form {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 0 0 0 50px;
}

div#form_container form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div#form_container form fieldset.full_fieldset {
	float: left;
	width: 310px;
	padding: 0 0 14px 0;
	border-bottom: 1px solid;
	border-color: #ffffff;
}

div#form_container form fieldset.radio_fieldset {
	float: left;
	width: 170px;
	padding: 8px 0 0 10px;
}

div#form_container form fieldset.info_fieldset {
	float: left;
	width: 288px;
	margin: 20px 0 0 0;
	position: relative;
}

div#form_container form fieldset.first {
	padding-top: 0px;
}

div#form_container form fieldset.padded {
	padding-left: 30px;
}

div#form_container form fieldset.no_line {
	border: 0px;
}

div#form_container form label.main_label {
	font-weight: bold;
	font-size: 12px;
	color: #202020;
	display: block;
	width: 382px;
	float: left;
}

div#form_container form fieldset.radio_fieldset label {
	font-size: 12px;
	color: #202020;
	display: block;
	float: left;
	width: 156px;
}

div#form_container form fieldset.radio_fieldset input {
	float: left;
	margin: 2px 0 0 0;
}

div#form_container form fieldset.info_fieldset label {
	font-size: 12px;
	color: #202020;
	display: block;
	float: left;
	width: 112px;
	padding: 3px 12px 0 0;
	text-align: right;
}

div#form_container form fieldset.info_fieldset fieldset.input_bg {
	width: 158px;
	height: 21px;
	background-image: url(../images/input_bg.jpg);
	background-repeat: no-repeat;
}

div#form_container form fieldset.info_fieldset fieldset.textarea_bg {
	width: 158px;
	height: 96px;
	background-image: url(../images/textarea_bg.jpg);
	background-repeat: no-repeat;
}

div#form_container form fieldset.info_fieldset input.input_text {
	border: 0px;
	margin: 1px 0 0 4px;
	height: 16px;
	width: 148px;
}

div#form_container form fieldset.info_fieldset textarea.input_textarea {
	border: 0px;
	width: 150px;
	height: 88px;
	margin: 4px 0 0 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

a#submit_link {
	display: block;
	float: right;
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 49px;
	height: 21px;
	margin: 0 10px 0 0;
}

a#submit_link:hover {
	background-position: 0px -21px;
}

a#reset_link {
	display: block;
	float: right;
	background-image: url(../images/reset.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	width: 43px;
	height: 21px;
	margin: 0 6px 0 0;
}

a#reset_link:hover {
	background-position: 0px -21px;
}

div.required {
	width: 6px;
	height: 6px;
	background-image: url(../images/required_mark.jpg);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1;
	top: 5px;
	left: 290px;
	display: none;
}

p#required_message {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px !important;
	color: #000000 !important;
	width: auto !important;
	display: none;
}

p#required_message span.color {
	color: #013f84;
}