
fieldset {
    background-color:#f7f7f7;
    border:1px solid #e2e2e2;
    padding:15px;
    margin-bottom:10px;
}

form {
    font-size:1.3em;
}
    form label {
        color:#666;
    }
        form label em {
            color:#c2262e;
        }
    #content form p {
        font-size: 12px;
        line-height: 1.2em;
    }
    .text, .email, textarea, .dropdown {
        padding:2px 4px;
    }
    #Anrede select {
        display:block;
        width:150px;
    }
    #Name input, #Email input, #Telefon input {
        width:350px;
        display:block;
    }
    #Message textarea {
        width:350px;
    }
    #XYZ {
        display:none;
        visibility:hidden;
    }
    
div.field {
    margin-bottom:10px;
}
div.Actions {
    margin-bottom:30px;
}
    div.Actions input {
        padding:4px;
    }
label.error {
     color:#c2262e;
     font-style:italic;
}
