







    .fieldMandatory { float:left; width: 10px; color:Red; font-size:18px; }
    .fieldName { float:left; width: 250px; padding-right: 10px;  /**/ }
    .fieldNameWide { float:left; width: 250px; padding-right: 10px;  /**/ }
    .fieldNameMed { float:left; width: 250px; padding-right: 10px;  /**/ }
    .fieldDesc { font-size: 14px; }
    .fieldHelp { font-size: 10px; }
    .fieldInput { /*float:left; width: 200px;*/ }
    .selectedInput  
    {
    	width: 800px; 
        background-color: #f0f0f0; 
        padding: 10px 10px 15px 10px; 
        border-bottom: dotted 1px #ccc;
    }
    .nonSelectedInput 
    {
    	width: 800px; 
        padding: 10px 10px 15px 10px; 
        border-bottom: dotted 1px #ccc;
           
     }
   
fieldset  
{
	border:1px solid #ccc; 
	/*background: white url('/images/formBkgrd.gif') repeat-x;
	background-color:red;*/
	background-position: bottom;
	width: 820px;
	padding:0;
	margin:0;
	margin-bottom:20px;
}
legend {
	font-size:1.3em;
	background-color: #666;
	padding: 5px;
	color: White;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

