/* Start of CMSMS style sheet '06_glossy_contactform' */
/* contact form */

#contact_us #error_message {
   margin-left: 100px;
   margin-top: 15px;
   float: left;
   color: red;
}

#contact_us #close_contact {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: 560px;
    text-decoration: none;
    cursor: pointer;
}

#contact_us table {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

#contact_us table td {
    /*margin-top: 15px;*/
    /*margin-left: 25px;*/
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
}

#contact_us form {
    width: 500px;
    height: 500px;
    margin: auto;
    background: url(/images/contact_us_form.png) no-repeat center;
    padding: 0;
    /*border: 1px solid black;*/
    /*text-align: center;*/
}


#contact_us form input[type="text"],
#contact_us form textarea {
    width: 300px;
    padding: 5px;
    margin: 5px;
    border: 1px solid #c7e1e3;
    background: transparent;
}

#contact_us form input[type="submit"] {
    /* border: 1px solid; */
    width: 100px;
    height: 36px;
    border: 0px;
    background: url(images/buttons_bg_4.png) no-repeat top center;
    font-size: 14px;
    font-family: "Verdana", Sans-serif;
    font-weight: normal;
    font-style: italic;
    text-shadow: 1px 1px 1px #444;
}

#contact_us form textarea {
    height: 200px;
}

#contact_us form img {
    margin-left: 30px;
    margin-right: auto;
    height: 35px;
    width: auto;
    border: 1px solid #777;
}
/* End of '06_glossy_contactform' */

