/* css styling for directory submission form */

fieldset {
float			: left;
clear			: left;
width			: 100%;
margin			: 0 0 1.5em 0;
padding			: 0;
background-color: #bdb284; /* beige*/
}
fieldset legend {
margin-left		: 1em;
font-weight		: bold;
font-family		: Georgia, Arial, Helvetica, sans-serif; 
font-size		: large; 
font-weight		: bold; 
color			: #740000;
}
label {
float			: left;
width			: 14em;
text-align		: right;
}
fieldset ol {
padding			: 0;
list-style		: none;
}
fieldset li {
float			: left;
clear			: left;
width			: 100%;
padding-bottom	: 0em;
margin			: 0px;
}

fieldset fieldset {
border-style: none;
background-color: transparent;
background-image: none;
margin-bottom: 5px;
}
fieldset fieldset legend {
margin: 1em 0 0 3.5em;
font-weight: normal;
color: #333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.0em;
}
fieldset fieldset ol {
position: relative;
top: -2.0em;
margin: 0 0 0 15em;
padding: 0;
}
fieldset fieldset label {
float: none;
width: auto;
margin-right: auto;
}


