p.form-description {
    margin: 20px 0 30px;
    line-height: 1.6em;
}

#contactForm input,
#contactForm textarea {
    border: 1px solid #ddd;
    padding:15px;
    width: 100%;
}

#contactForm input[type=checkbox] {
    width: auto;
}
#contactForm span.errors {
    display: block;
    color: red;
    padding: 2px 0 8px 5px;
}

#contactForm textarea {
    height: 176px;
}

#contactForm .help-block {
    /*float: left;*/
    font-size: 0.80em;
}

#contactForm .send-form {
    padding: 10px 20px;
    border: none;
    color: #fff;
    margin: 10px 0;
    float: right;
    width: 160px;
}

.contactboxmessage {
    font-family: 'Open Sans', sans-serif;
    padding: 30px 20px;
    background: rgba(255,255,255,0.9); width: 100%; min-height: 300px
}

.contactboxmessage h2 {
    margin-bottom: 20px;
}

.contactboxmessage table {
    margin-bottom: 30px;
}

.contactboxmessage table tr td {
    padding: 5px;
}

.contactboxmessage table tr td.bold {
    font-weight: bold;
}

.contactboxmessage table tr td.italic {
    font-style: italic;
}

.contactboxmessage a.mailto {
    margin: 20px 5px;
    color: #fff;
    background: #87b626;
    padding: 7px 15px;
}

.help-text {
    margin: 15px 5px;
    font-size: 0.9em;
    color: #aaa;
}

.error_msg {
    color:red;
}