@charset "utf-8";
/* CSS Document */

h5

{
	font-size: 1em;
	font-weight: bold;
}
/*following style added for quick launch*/

div#content_left p
{
	/*border: 1px solid green;*/
	margin-left: 20px;
	
}
/*end of style added for quick launch*/
div#content_right
{
	/*border: 1px solid green;*/
	display: none;
}

div#middle_content
{
	border: 0px solid green;
	height: 467px;
	
} 

div#center_content
{
	display: none;
	color: #000;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	width: 694px;	
	height: auto;
	float: left;
	padding:0px 20px 20px 22px;
	border: 0px solid blue;
}

.left
{
	float: left;
}

label
{
	color:#666666;
	float: left;
	width: 150px;
	padding-bottom: 4px;
}
.red
{
	color:#FF0000;
}

div.form_component_wrapper
{
	float: left;
	margin-bottom: 5px;
}

div.field_wrapper

{
	float: left;
	margin-bottom: 5px;
	width: 400px;
}

