@CHARSET "UTF-8";

#content {
    text-align: center;
}
#contactForm fieldset {
    margin:10px 10px;
    width:325px;
    float:left;
    text-align: left;
}
#contactForm fieldset.long {
    width:710px;
    clear: both;
}
#contactForm fieldset.long p {
    text-align: center;
}

#contactForm fieldset p {
    margin-left:7px;
}
#contactForm fieldset.long textarea {
    width:95%;
}
#contactForm fieldset.long label {
    width:95%;
}
#contactForm legend {
    font-weight: bold;
    font-size: larger;
}

#contactForm label {
    margin-right:0.5em;
}
#contactForm div.customer_input {
    margin-bottom: 0.5em;
}
#contactForm .long {
    width:20em;
    vertical-align:middle;
}
#contactForm input.error, #contactForm input.error {
    background-color: #FFAAAA;
}

#content span.freiwillig {
    color:red;
}

#content .box {
    clear:both;
}
