/**********************************

Name: graphical_form Styles

***********************************/

form.graphical_form {
	width: 480px;
	
	color: #333;
	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 12pt; 
	color: #000000;  
		
	}
	
form.graphical_form legend { padding-left: 0; }
	
form.graphical_form legend,
form.graphical_form label { color: #333; }

form.graphical_form fieldset {
	border: none;
	border-top: 1px solid #f7941d;
	background: url(../graphics/graphical_form-fieldset.gif) left bottom repeat-x;
	}
	
form.graphical_form fieldset fieldset { background: none; }
	
form.graphical_form fieldset li {
	padding: 5px 10px 7px;
	background: url(../graphics/graphical_form-divider.gif) left bottom repeat-x;
	}
	

form.graphical_form fieldset { margin-bottom: 10px; }
	
form.graphical_form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
ol.graphical_form li label {
	display: inline;
	line-height: 1.8;
	vertical-align: top;
	float:left;
	width:140px;
	
	
	
	}
	
form.graphical_form fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.graphical_form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.graphical_form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.graphical_form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.graphical_form fieldset fieldset label {
	display: block;
	width: auto;
	}

form.graphical_form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.graphical_form label { width: 120px; } /* Width of labels */
form.graphical_form fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.m i legend { display: inline-block; } /* IE Mac legend fix */	
	
	
	
	
	