/* HEADER SEARCH CONTROL STYLES
-------------------------------------------------- */
.container .input-append {
    margin: 0 0 0 0;
    display: inline-block;
}

    .container .input-append input[type="text"] {
        background: none repeat scroll 0 0 #202020;
        border-color: #2F2F2F;
        -moz-use-text-color: #2F2F2F #2F2F2F;
        border-style: solid none solid solid;
        border-width: 1px medium 1px 1px;
        color: #C9C9C9;
        font-size: 12px;
        height: 18px;
        line-height: 18px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }


    .container .input-append .btn {
        background-color: #202020;
        background-image: url("../images/btn-home-search.png");
        background-position: right 0;
        background-repeat: no-repeat;
        border: 0 none;
        box-shadow: none;
        height: 28px;
        overflow: hidden;
        text-align: left;
        text-indent: -119988px;
        width: 28px;
        margin-left: -7px;
        vertical-align: top;
    }
/* HEADER SEARCH CONTROL STYLES END
-------------------------------------------------- */