/*
For an easier experience this file is organized by starting from the first elements
of the contact form page to the bottom ones. Change the style of the contact form in the way that you prefer or that
better matches the contents of your website.
*/

.highlightError {
     border: 1px solid red !important;
}

#message {
	margin-bottom: 20px;
}

/* reCATCHA Style */
#recaptcha_image {
     float: left;
     width: 300px !important;
}

.reload_recaptcha {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    position: relative;
}

/* Submit Button */
.submit {
	float: right;
    height: 50px !important;
    margin-right: 20px !important;
    margin-top: 40px !important;
    width: 120px !important;
    cursor: pointer;
    font-weight:lighter;
    text-shadow: 0 2px 2px #999;
    color:#403D3A!important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.submit:hover {
    background: #EFEFEF !important; /* Old browsers */
    background-color: #f0f0f0 \0/; /* IE8+9  */
    background: -moz-linear-gradient(top, #EEE 0%, #FFF 99%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEE), color-stop(99%,#FFF)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #EEE 0%,#FFF 99%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #EEE 0%,#FFF 99%) !important; /* Opera11.10+ */
    background: linear-gradient(top, #EEE 0%,#FFF 99%) !important; /* W3C */
/* FIX FOR IE REMOVED IE SPECIFICATIONS HERE*/
}

/* Email Sent Message */
#success {
	background-image: url("../img/sent.png");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    margin-left: 25px;
    margin-top: 10px;
    padding-left: 25px;
    position: relative;
    width: 60%;
}