/* Start of CMSMS style sheet 'fancy_forms_base' */
fieldset {  
margin: 1.5em 0 0 0;  
padding: 0;
}
legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;
}
fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}
fieldset li {  
padding-bottom: 1em;
}
fieldset.submit {  
border-style: none;
}

label {  
display: block;
position: relative;
}

/* required fields */
label em {
color: red;  
display: block;  
position: absolute;  
left: 10em;  
top: 0;
}

/* error handling */
label strong {
position: absolute;
left: 27em;
top: 0.2em;
width: 19em;
color: #C00;
font-size: 85%;
font-weight: normal
;text-transform: uppercase;
}



/* ### Mailing list ### */

ol#mailing_list li {  

clear: both;  

width: 100%;  

padding-bottom: 1em;
  float: none;
}

ol#mailing_list li label strong {
position: relative;
left: 0;
top: 0;
color: black;
font-size: 100%;text-transform: none;
  width: auto;
  font-weight: bold;
}

ol#mailing_list li label {  
float: none;  
width: auto;  
margin-right: auto;
}
/* End of 'fancy_forms_base' */

