.csc-mailform-field input {
    width: 200px;
    float: right;
    height: 14px;
    border: 1px solid silver;
    padding: 2px;
}

.csc-mailform-field input, .csc-mailform-field label, .csc-mailform-field select {
    margin-bottom: 5px;
}

.csc-mailform-field label {
    padding-top: 2px;
    padding-bottom: 6px;
}

.csc-mailform-field textarea {
    width: 204px;
    float: right;
    border: 1px solid silver;
    margin-bottom: 4px;
}

.csc-mailform-field select {
    float: right;
    width: 206px;
}

.csc-mailform-field label {
    float: left;
    clear: left;
}

.csc-mailform {
    width: 330px;
}

.csc-mailform-field .csc-mailform-submit {
    clear: both;
    width: auto;
    margin-top: 10px;
    padding: 1px 3px 3px;
    height: 20px;
    background-color: #010066;
    color: white;
}

#tx-srfeuserregister-pi1-password {
    width: 84px;
}

#tx-srfeuserregister-pi1-password_again {
    width: 84px;
    margin: 0px;
}

#tx-srfeuserregister-pi1-zip {
    width: 84px;
}

.tx-srfeuserregister-pi1 dd label.tx-srfeuserregister-pi1-password-again {
    padding: 0;
}

.tx-srfeuserregister-pi1 dt {
    width: 100px;
}

.tx-srfeuserregister-pi1 dd {
    width: auto;
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-text,
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
    padding: 3px;
    border: 1px solid silver;
}

#tx-srfeuserregister-pi1-comments {
    border: 1px solid silver;
}

#tx-srfeuserregister-pi1-agb {
    margin-top: 15px;
}

h1.csc-firstHeader {
    margin-bottom: 20px;
}

.csc-mailform-field:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.csc-mailform-field input.hasDatepicker {
    margin-top: 5px;
}
