
#title-skin {
    color: #82b440}

#info h2 {
    color: #82b440}

#info p {
    color: #808285}

#info article {
    color: #808285}

#info a {
    color: #82b440}

.checkbox_title {
    color: #82b440}

.length {
    color: #82b440}

#contact-form {
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 10px;
}

#contact-form label {
    font-size: 20px;
    color: #82b440;
}

#contact-form input, #contact-form textarea {
    border-color: #808285;
}

.separator {
    margin: 10px 0px 10px 0px;
    position: relative;
    height: 40px;
}

.separator hr {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #82b440;
    height: 2px;
    border: 0px !important;
}

.separator span {
    position: absolute;
    right: 0px;
    top: 6px;
    background: #fff;
    z-index: 10;
    padding: 2px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    width: auto;
    color: #82b440;
}

/*
for ie7
*/
.form-control {
    padding: 20px !important;
    border-radius: 0px !important;
}

.choice p:first-child {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #808285;
}

legend {
    border: 0px !important;
    margin: 0px !important;
    padding-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #808285;
}