/*
 // - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - -
 //
 //	FORMS ON THE RIGHT CORNER
 //
 // - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 
*/

#download_claim_form ol li span
{
	display									: inline;
}

form ol li
{
	background								: none;
}
	
	form ol li span
	{
		display								: block;
	}
	
	
	
	
	
/*
 // - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - -
 //
 //	FORM LAYOUT
 // This applies inside the content and *not* on the right corner
 //
 // - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 8 < - - - - - - 
*/

#form_layout legend
{
	display									: none;
}

	#form_layout ol
	{
		background-color					: #EDF5EB;
		border                              : 1px solid #009470;
		margin-top							: 7px;
	}

	#form_layout ol li
	{
		background                    		: none;
		border                        		: none;
		border-bottom                 		: 1px solid #B8D8AF;
		display								: block;
		overflow                     		: auto;
		padding						  		: 7px 0 7px 18px;
	}
	
		#form_layout ol li .controller
		{
			display:block;
			float							: right;
			padding-left					: 10px;
			width							: 250px;
		}
		
		* html #form_layout ol li .controller
		{
			float							: none;
		}
		
		#form_layout ol li label
		{
			float							: left;
			font-weight						: bold;
			width							: 280px;
		}
		
		.error_message
		{		
			color							: red;   
		}