/* Start of CMSMS style sheet '01_notepad_contact' */
#contact {
    display: none;
    width: 600px;
    height: 300px;
    position: absolute;
    margin-top: 0px;
    margin-left: 150px;
    z-index: 1000;
    background: transparent url(/images/2010/contactbg.jpg) top center no-repeat;
    /*border: 0px;*/
}

#close_contact {
    position: relative;
    width: 80px;
    height: 25px;
    top: 2px;
    left: 510px;
    cursor: pointer;
    /*border: 1px solid;*/
}

#contact_form {
    /* width: 100%; */
    height: 260px;
}

#contact_form input[type="text"],
#contact_form textarea {
    width: 260px;
    background: transparent;
    border: 0px solid;
    border-bottom: 1px solid #28455A;
    left: 320px;
    position: absolute;
    color: #28455A;
    font-family: cursive;
    font-style:italic;
    font-weight: bold;
    font-size: 15px;
}


#contact_form #name {
    top: 28px;
}

#contact_form #email {
    top: 53px;
}

#contact_form #subject {
    top: 79px;
}
#contact_form #message {
    height: 100px;
    border-right: 1px solid #28455A;
    top: 115px;
}
#contact_form #capcha {
    top: 227px;
    left: 350px;
    width: 100px;
}

#contact_form #submit {
    border: 0px solid;
    position: absolute;
    top: 70px;
    left: 40px;
    background: transparent;
    width: 90px;
    height: 45px;
    cursor: pointer;
}

#contact_form img {
    position: absolute;
    width: 150px;
    height: auto;
    border: 0px;
    top: 170px;
    left: 160px;
}

#contact_message {
    position: absolute;
    left: 180px;
    color: red;
}
/* End of '01_notepad_contact' */

