@charset "utf-8";
/* CSS Document */

body 
{
	
	text-align:center;
	
	background-color:#FFFFFF;
}

/*-----form labels----*/

table {font-size:11px;font-family:Tahoma, Arial, Helvetica, sans-serif;color:#2D2D2D;}

p {padding:0 0 8px 10px;}

.field_label
{
	text-align:right;
	float:left;
	margin:2px 5px 2px 20px;
	padding-right:10px;
	width:200px;
	border:1px solid #FFF; /*do not remove*/
}
.field_label_mandatory
{
	text-align:right;
	float:left;
	border:1px solid #FFF;
	margin:0 5px 0 20px;
	padding-right:10px;
	width:200px;
	background:url(images/asterisk.gif) no-repeat top right;
}

#scroll_pop_up {
	border:2px solid #999999;
	display:inline;
	float:left;
	height:180px;
	margin:10px 0 0 30px;
	overflow:scroll;
	padding:5px;
	text-align:left;
	width:390px;
}

#scroll_pop_up h3 {
	color:#0099CC;
	font-size:1.1em;
	font-weight:bold;
	padding-left:6px;
}

.line_divider {
	background-color:#FFFFFF;
	border-bottom:1px solid #D2D2D2;
	clear:both;
	margin:0 10px 12px 10px;
	padding:6px 0 0;
}

.title {
	font-family:Tahoma, arial, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	padding:6px 0 7px 6px;
	margin-bottom:8px;
	color:#FFFFFF;
	background-color:#4BB5E4;}
	
.field {	
	width:140px;margin:3px 5px 3px 0;}
	
.field-large {	
	width:220px;}
	
.continue_button_right  /*chk*/
{
	clear:both;
	float:right;
	text-align:center;
	height:20px;
	padding:0 14px 2px 14px;
	margin:10px 20px 0 0;
	border:1px solid #517C8D;
	background:url(images/btn_blue.gif) repeat;
}	

.section_header {
color:#0A75A1;
display:block;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:1.2em;
font-weight:bold;
padding:0 0 8px 10px;
