/* csc mailform properties ///////////////////////////////////////////////////////////////*/

.csc-mailform-field {
   clear: both;
   display: block;
   margin-bottom: 3px;
   margin-top: 3px;
   width: 270px;
}

.csc-mailform legend {
   display: none;
}


.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
   width: 170px;
   margin-top: 3px;
    margin-bottom: 3px;
}

.csc-mailform-field label {
   float: left;
   width: 90px;  
 margin-top: 3px;
    margin-bottom: 3px;
}

.csc-mailform-radio fieldset{
   margin-left: 90px;
   width: 200px;
}

.csc-mailform-radio input, .csc-mailform-radio label {
   display: inline;
   float: left;
   margin-bottom: 0.3em;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field .csc-mailform-check {
   background: none;
   clear: left;
   border: none;
   margin-right: 4px;
   width: 20px;
}

.csc-mailform-radio label, .csc-mailform-check label {
   text-align: left;
}



.csc-mailform-submit { display: block; position: relative; margin: 20px auto; }

