/* Submit Your CV Styles
-------------------------------------------------- */

#submitYourCVPopup {
    width: 412px;
    background: white;
    border: 2px solid #eaeaea;

}


#submitYourCVPopup .watermark {
    color: #adadad !important;
}

#submitYourCVPopup input[type="text"], #submitYourCVPopup textarea ,#submitYourCVPopup select{
    background: none repeat scroll 0 0 #eaeaea;
    border: medium none;
    color: #666666!important;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 30px;
    width: 83%;
}

    #submitYourCVPopup select {
        height: 29px;
        width: 86%;
    }

     #submitYourCVPopup select.title {
        width: 57%;
    }

.contact-form textarea {
    resize: none;
}

#submitYourCVPopup span {
    margin-left: 30px;
}

#submitYourCVPopup .btn {
    border-color: #2676C0;
    display: block;
    width: 118px;
    height: 33px;
    margin: 18px 0px 20px 30px;
}

#submitYourCVPopup h2{
    margin: 0 0 13px 26px;
    font-size: 24px;
}

#submitYourCVPopup p {
    margin: 10px 0 0 30px;
}


 #submitYourCVPopup .close {
    background-image: url("../Images/close.png");
    cursor: pointer;
    display: block;
    height: 30px;
    margin-left: 391px;
    position: relative;
    width: 30px;
    bottom: 15px;
}

 
#submitYourCVPopup .thankYouMsg {
    color: red;
    font-family: Arial,sans-serif;
}




