#contactForm {
    font-size:12px;
    background-color:#dfe6f0;
    padding:10px;
    margin-top:10px;
}
#contactForm .contactRow {
    margin:4px 0;
}
#contactForm label {
    display:block;
    float:left;
    width:100px;
}
.contactRow input, .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}
#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}


#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit {
    margin:0 0 0 90px;
 
}


#contactFormSubmit #contactFormSubmit input {
    background-color:#000;
    border:1px solid #fff;
    color:#fff;
    padding:5px;
    /*background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;*/
    font-size:12px;
    font-weight:normal;
    width:auto;
    height:auto;
    float:left;
   }


#contactForm table {
    width:100%;border-collapse:collapse;
    margin-bottom:10px;
}
#contactForm table td {
    padding:0;
}
#contactForm table td.pt {
    padding-top:2px;
}

