/* Kontaktformular */

fieldset {
    width: 450px;
    margin: 0 100px 0 auto;
    padding: 4px 10px;
    border: none;
}

legend {
    padding: 1px 50px;
    text-align: left;
    color: #ccc;
}

label {
    display: block;
    width: 150px;
    float: left;
    clear: left;
    margin-bottom: 5px;
    line-height: 20px;
}

.long-label {
    width: 160px;
}

input, textarea {
    width: 280px;
    clear: both;
    margin-bottom: 5px;
}

input:focus, textarea:focus {
    background-color: #d8e0ec;
}

input#mailformformtype_mail {
    width: 100px;
    margin: 20px 150px;
}

select {
    clear: both;
    width: 300px;
    margin-bottom: 5px;
}

input[type=checkbox]
, input[type=radio] {
    clear: both;
    margin-bottom: 10px;
    margin-right: 50px;
    line-height: 20px;
}

fieldset textarea {
    height: 80px;
}
