﻿

#comments
{
    max-width:100%;
}

.contact-us-content-wrapper
{
    max-width:75%;
    display:inline-block;
}

#contact-form
{
    text-align:center;
}

.contact-us-content-wrapper label
{
    line-height: 31px;
}

.contact-us-content-wrapper
{
    text-align:left;
}

#contact-us-submit 
{
    margin-bottom: 25px;
    margin-top: 25px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(rgb(95, 183, 43) 20%, rgb(73, 143, 47) 60%, rgb(52, 103, 51) 100%) repeat scroll 0% 0%;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(rgb(95, 183, 43) 20%, rgb(73, 143, 47) 60%, rgb(52, 103, 51) 100%) repeat scroll 0% 0%;
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(95, 183, 43) 20%, rgb(73, 143, 47) 60%, rgb(52, 103, 51) 100%) repeat scroll 0% 0%;
    border-radius: 5px;
    border-color: rgb(0, 153, 0);
    color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px, rgb(138, 156, 194) 0px 1px 0px inset;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
}

.confirmation-header-bar
{
    text-align:center;
}

#contact-us-confirmation-container h2
{
    color:white;
}

.green-button
{
    padding:5px 10px;
}