/* Kontaktformular */

fieldset {
    width: 420px;
    margin: 0;
    padding: 0;
    border: none;
}

legend {
    padding: 3px 0;
    text-align: left;
}

label {
    display: block;
    line-height: 15px;
    margin-top: 5px;
}

input.csc-mailform-check {
    margin-bottom: 10px;
    width: 20px;
    line-height: 20px;
    border: none;
}


input:focus, textarea:focus {
    background: #cee07c;
    border: 2px inset #92a53b;
}

input {
    width: 400px;

    margin-bottom: 5px;
    padding: 4px 4px 2px 4px;
    overflow: hidden;
    border: 2px outset #92a53b;
} 


textarea {
    width: 400px;
    height: 110px;

    margin-bottom: 5px;
    padding: 4px 4px 2px 4px;
    overflow: auto;
    border: 2px outset #92a53b;
}


input#mailformformtype_mail {
    background: url(/fileadmin/template_guenstige-internetseite/img/button_contactform.png) no-repeat;
    width: 200px;
    height: 52px;
    border: none;
}

#contact_submit {
    background: url(/fileadmin/template_guenstige-internetseite/img/button_contactform.png) no-repeat;
    width: 200px;
    height: 52px;
    border: none;
}


select {
    width: 400px;
    margin-bottom: 5px;
    border: 2px outset #92a53b;
}