
.right {
    float: right;
    display: inline;
}
/*-======================================== CONTACT US ====================================-*/
.contact {
    list-style: none;
    width: 530px;
    padding: 5px 0 15px 0;
    position: inherit;
    float: left;
    text-transform: uppercase;
}

    .contact h3 {
        padding-bottom: 20px;
    }

    .contact form {
        list-style: none;
        padding-left: 0;
        list-style-type: none;
    }

    .contact span {
        font-family: Verdana,;
        font-size: 1.4em;
        text-transform: capitalize;
    }

    .contact label, .contact span {
        display: block;
        padding-bottom: .25em;
    }

    .contact label {
        float: left;
        width: 100%;
    }

    .contact input, textarea {
        width: 450px;
        padding: 5px 0 5px 0px;
        font-family: Verdana,calibri;
        color: #999;
        font-style: italic;
        overflow: auto;
    }

    .contact input {
        height: 18px;
    }

    .contact .submit {
        width: 93px;
        height: 23px;
        /*position: absolute;
    right: 67px;
    bottom: 10px;*/
        font-size: 0;
    }

    .contact em {
        color: #ff6a6a;
    }

.special {
    display: none;
}

#alert {
    color: #ff6f6f;
    font-size: 1.2em;
    font-weight: bold;
}

.message ul {
    font-size: 11px;
    font-weight: normal;
}

.message {
    margin: 0 0 25px 50px;
}

input, textarea {
    background: #fff url(../images/sform_bg.jpg)repeat-x;
    border: 1px solid #7eb9c4;
}

    input:hover, textarea:hover {
        border: 1px solid #ff8a00;
    }

    input:focus, textarea:focus {
        background: #FFFFD8;
        border: 1px solid #ff8a00;
    }

.submit {
    border: none;
    background: url(../images/footer_button.png) no-repeat;
    padding: 5px;
    text-indent: -9999px;
    margin-right: 5px;
    width: 93px;
    height: 23px;
    cursor: pointer;
}

    .submit:hover, .submit:focus {
        background: transparent url(../images/footer_button_h.png) no-repeat;
        border: none;
    }
