/* ############### CONTACT FORM (NEWSLETTER) ############# */

#contactForm {
    font-size:11px;
}

#contactForm .contactRow {
    margin:4px 0;
}

#contactForm label {
    display:block;
    float:left;
    width:80px;
}

#contactForm .contactRow input, #contactForm .contactRow textarea {
    border:1px solid #ccc;
    width:346px;
}

#contactForm .contactRow select {
    border:1px solid #ccc;
    width:172px;
}

* html #contactForm .contactRow input, * html #contactForm .contactRow textarea {
    width:343px;
}

#contactForm .contactRow input {
    height:14px;
}

#contactForm .contactRow textarea {
    height:105px;
    font-size:10px;
}

#contactFormSubmit #contactFormSubmitLeft {
    float:left;
    margin:0 0 0 80px;
    width:174px;
}

* html #contactFormSubmit #contactFormSubmitLeft {
    margin:0 0 0 26px;
}

#contactFormSubmit #contactFormSubmitRight {
    float:right;
    width:174px;
}

#contactFormSubmit #contactFormSubmitLeft input, 

#contactFormSubmit #contactFormSubmitRight input {
    background-color:#fff;
    border:0;
    color:#0060b1;
    padding:0 20px 0 0;
    background-image:url(../images/link_pfeil.gif);
    background-repeat:no-repeat;
    background-position:right 4px;
    font-size:10px;
    width:auto;
    height:auto;
    float:right;
    margin:0;
}

#contactFormSubmit #contactFormSubmitLeft input {
    background-image:none;
    padding:0;
    float:left;
}

#contactForm table {
    width:100%;border-collapse:collapse;
}

#contactForm table td {
    padding:0;
}

#contactForm table td.pt {
    padding-top:2px;
}

* html #contactForm table td.pt {
    padding-top:0;
}