/*
This Stylesheet defines the form-labels and form cells of Typo3-forms.
Class-Names are given by Typo3.

Coded by Ivo Wolgensinger
http://www.wolgensinger.com

*/

.csc-mailform {
        border: 0px;
}

.csc-mailform-field label {
        font-size: 10pt;
        font-family: Georgia, "Times New Roman", Times, serif;
        width: 10em;
        float: left;
        text-align: left;
        margin-right: 0.5em;
        /*display: block;*/
}

.csc-form-label,
.csc-form-label-req {
        font-size: 10pt;
        font-family: Georgia, "Times New Roman", Times, serif;
}

/* Form Cells */

.csc-form-labelcell,
.csc-form-fieldcell {
}

.csc-mailform-submit {
        margin-left: 5.5em;
}
