/* Content */

#content {
	position: relative;
	background: url(../../images/backgrounds/forms/content_repeat_bg.gif) left top repeat-y;
	margin: 0;
	padding: 2px 0 0 19px;
}

#content .top_corners {

	background: url(../../images/backgrounds/forms/content_top_bg.gif) left top no-repeat;
	height: 5px;
	z-index: 1;
	width: 776px;
} 
	
#content .bottom_corners {
	position: relative;
	clear: both;
	background: url(../../images/backgrounds/forms/content_bottom_bg.gif) -20px -3px no-repeat;
	bottom: 0;
	height: 5px;
	z-index: 1;
	width: 776px;
	margin: 0;
}

/*  Main Content  */

#main_content {
	position: relative;
	left: 3px;
	width: 583px;
	padding: 2px 0 2px 0;
}


/*  Sub Content  */

#sub_content {
	width: 152px;
	float: right;
	position: relative;
	right: 18px;
	padding: 2px 0 0 0;
}

#content ol#form_stages {
	display: block;
	float: right;
	width: 363px;
	margin: 1px 0 0 0;
	padding: 0;
	
}

#content ol#form_stages li {
	display: block;
	float: left;
	
	width: 121px;
	margin: 0;
	padding: 2px 0;
	
	color: #000;
	background: url(../../images/backgrounds/forms/stage_nav_off.gif) center top no-repeat;
	
	font-size: 95%;
	text-indent: 6px;
	line-height: 1.9;
	
	list-style: circle;
}

#content ol#form_stages li.current {
	font-weight: bold;
	background-image: url(../../images/backgrounds/forms/stage_nav_on.gif);
}

#content .form_wrapper {
	position: relative;
	margin: 0 0 2px 0;
	/*margin: 0 0 2px 10px;*/
	padding: 5px 0 0 0;
	width: 100%;
	clear: both;
	background: #DEE7ED;
}

#content .form_wrapper .top_corners {
	width: 583px;
	background: url(../../images/backgrounds/forms/form_wrapper_top_bg.gif) top left no-repeat;
	z-index: 2;
}

#content .form_wrapper .bottom_corners {
	position: relative;
	bottom: 0;
	left: 0;
	width: 583px;
	margin-top: 24px;
	background: url(../../images/backgrounds/forms/form_wrapper_bottom_bg.gif) bottom left no-repeat;
	z-index: 2;
}

h1 {
	position: relative;
	top: 3px;
	float: left;
	width: 192px;
	
	margin: 0;
	padding: 0;
	border: none;
	
	font-size: 140%;
	font-weight: bold;
	text-indent: 20px;
	/*letter-spacing: -3px;*/
}

#main_content.complex form h3.center
{
	text-align:center;
}

#main_content.complex form h3
{
	margin: 0;
	line-height: 1.4em;
	font-size: 130%;
	color: #494A4A;
	height:1.4em;
	text-align:left;
}

form.complex h3 {
	margin: 0;
	line-height: 1.4em;
	font-size: 130%;
	color: #494A4A;
	height:1.4em;
}

div.certificates {
	text-align: right
}

#fisa_approved {
	position: relative;
	top: 0;
	right: 30px;
}


#completion_message {
	padding: 32px 24px;
}