﻿::-webkit-input-placeholder {
    color: inherit;
}

#header {
    background-image: url("/content/images/header-background.jpg");
    background-repeat: no-repeat;
    height: 197px;
    padding-bottom: 40px !important;
    width: 960px;
}

    #header hr {
        border-color: #FF9900;
        border-width: 3px 0 0;
        margin-top: -9px;
    }

    #header #ZipSearch #ZipSearchBody {
        background: none;
    }

    #header #ZipSearch .targetTitle {
        background: none;
        color: white;
        display: block;
        font-size: 26px;
        padding-left: 100px;
        padding-top: 60px;
    }

    #header #ZipSearch ol {
        background-position: left center;
        background-repeat: no-repeat;
        list-style: none outside none;
        margin-left: 101px;
        padding-bottom: 10px;
        padding-top: 17px;
    }

        #header #ZipSearch ol li {
            display: block !important;
        }

    #header #ZipSearch .ZipSearchControl {
        box-shadow: 3px 3px 4px #444444;
        /* font-weight: bold;*/
        overflow: visible;
        position: relative;
        width: 215px;
    }

    #header #ZipSearch #ZipSearch_ZipCode {
        border: medium none;
        border: 1px solid #CCCCCC;
        box-shadow: 3px 3px 4px #444444;
        color: #99cc00;
        font-size: 16px;
        font-weight: bold;
        height: 26px;
        overflow: visible;
        position: relative;
        text-align: center;
    }

    #header #ZipSearch .invalidZipCode {
        float: left;
        margin-left: -5px;
        margin-top: -33px;
        padding-bottom: 2px;
        padding-top: 2px;
        position: relative;
        z-index: 10000;
    }

    #header #ZipSearch #ZipSearch_Category {
        border: 1px solid #CCCCCC;
        display: block;
        float: none;
        height: 23px;
        margin-top: 10px;
    }

    #header #ZipSearch #ZipSearch_SubCategory {
        border: 1px solid #CCCCCC;
        display: block;
        float: left;
        height: 23px !important;
        margin-left: 232px;
        margin-top: -31px;
    }

    #header #ZipSearch #ZipSearch_ClassroomType {
        display: block !important;
        float: left;
        margin-left: 269px;
        margin-top: -88px;
    }

    #header #ZipSearch #ZipSearch_SearchButton {
        background: url("/content/images/search-button-inactive-default.png") no-repeat scroll 0 0 transparent;
        border: medium none;
        cursor: pointer;
        float: left;
        display: inline;
        height: 54px;
        margin-left: 460px;
        margin-top: -52px;
        vertical-align: middle;
        width: 171px;
    }

    #header #ZipSearch .searchButtonHover {
        background: url("/content/images/search-button-inactive-rollover.png") no-repeat scroll 0 0 transparent !important;
    }

    #header #ZipSearch.active #ZipSearch_SearchButton {
        background: url("/content/images/search-button-active-default.png") no-repeat scroll 0 0 transparent;
    }

    #header #ZipSearch.active .searchButtonHover {
        background: url("/content/images/search-button-active-rollover.png") no-repeat scroll 0 0 transparent !important;
    }
