div.csc-mailform-field
 {
    display: block;
    clear: both;
    float: none;
    margin: 5px 0px 5px 0px;
}

input.csc-mailform-radio {
    float: none;
    clear: both;
    display: block;
    
}

div.csc-mailform-field input[type=text],
div.csc-mailform-field textarea {
   font-family: Arial, Helvetica, Verdana;
   font-size: 11px;
}
	    
div.csc-mailform-field label {
	    width: 100px;
	    display: block;
	    float: none;
	    padding-top:5px;
}

div.csc-mailform-field .csc-mailform-radio label {                              
            width: inherit;                                                     
	    clear: both;
	    } 
	    
input[type=submit]  {
	    padding-left: inherit;
	    margin-top: 5px;
	    background-color:#c40e1e;
	    border: 1px solid #ffffff;
	    padding: 2px;
	    color: #ffffff;	
	    font-family: verdana, arial;
	    font-size: 11px;
}

fieldset {
	border: none;
}

div.csc-mailform-field input
 {
 clear: both;
 float: none;		
 width: 250px;
}

div.csc-mailform-field input[type=submit],
div.csc-mailform-field input[type=radio]
 {
    width: inherit;
    float: none;
}

div.csc-mailform-field textarea {
	width: 254px;
}

h1 {margin-top: 12px;}

h1 a,
h1 a:link,
h1 a:visited {
    font-style: none;
}

a[href$=\.doc] {
    background: url(../images/a_doc.gif) left 1px no-repeat;
    padding-left: 25px;
}

a[href$=\.pdf] {
    background: url(../images/a_pdf.gif) left 1px no-repeat;
    padding-left: 25px;
}
a[href$=\.xls] {
    background: url(../images/a_xls.gif) left 1px no-repeat;
    padding-left: 25px;
}

a[href$=\.pps] {
    background: url(../images/a_pps.gif) left 1px no-repeat;
    padding-left: 25px;
}
a[href$=\.ics] {
    background: url(../images/a_ics.gif) left 1px no-repeat;
    padding-left: 25px;
}

a[href^=javascript\:linkTo_UnCryptMailto] {
    background: url(../images/a_e_mail.gif) left 3px no-repeat;
    padding-left: 12px;
}




