#contact-adr {
    font-size: 13px;
}

#contact-afspr {
    width: 400px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 13px;
    float: left
}

#contact-form {
    width: 410px;
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
}

/* Format result (return message part) */
#form_results {
    display: none;
    width: 850px;
    height: 150px;
    padding: 10px 10px 20px 5px;
    margin: 0 auto;
 /*   background-color: #FFEBCD; */
}

.fld-required {
    color: #000;
}

/* Add curved borders to various elements 
#contactForm, input[type="submit"], input[type="button"] {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 3px;
}
*/
/* Style for the contact  */
#contactForm {
 /*    color: #666;
   opacity: .95;*/
}

#contactForm {
    width: 440px;
    height: 270px;
    padding: 10px 10px 20px 25px;
    margin: 0 auto;
    border-left: 1px solid #CCC;
}

/* Give form elements consistent margin, padding and line height */
#contactForm ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#contactForm ul li {
    margin: 15px 0 0 0;
    padding: 0;
}

#contactForm input, #contactForm label {
    line-height: 12px;
}

/* The field labels */
label {
    display: block;
    float: left;
    clear: left;
    text-align: left;
    width: 28%;
    padding: 3px 0 0 0;
    margin: 0px 1px 0 0px;
    color: #000;
}

/* The fields */
input, textarea {
    display: block;
    margin: 0;
    padding: 5px;
    width: 67%;
    font-family: "Georgia", serif;
    font-size: 14px;
    border: 1px solid #000;
/*    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 40px;*/
    -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
    box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
    background: #fff;
}

textarea {
    height: 120px;
    line-height: 12px;
    resize: none;
}

/* The Send buttons */
input[type="submit"], input[type="button"] {
    float: left;
    margin: 22px 10px 10px 0px;;
    width: 150px;
    padding: 5px;
/*    border: 1px solid #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    color: #000;
    background: #F8F8F8;
    font-size: 14px;
    line-height: 2px;
    opacity: .7;
    -webkit-appearance: none;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
    cursor: pointer;
    background-color: #E8E8E8; 
    opacity: 1;
}

input[type="submit"]:active,
input[type="button"]:active {
    color: #00C;
    background: #E8E8E8;
}

input[type="button"] {
    background: #F8F8F8;
}

#status-msg {
    margin-top: 14px;
    margin-left: 10px;
    color: #F00;
}