﻿
    body{
        background: #DFE9EB;
    }
    #container{
        background: url("/images/bg_zipcode_shakes.jpg") no-repeat scroll 0 0 transparent;
        height: 652px;
        margin: 0 auto;
        width: 870px;
        position: relative;
    }
    #headlineImageDefault{
        background: url("/images/zip-code-gate-voting-cloud.png") no-repeat scroll 0 0 transparent;
        height: 435px;
        left: 421px;
        position: absolute;
        top: 73px;
        width: 343px;
    }
    #formFields{
        position: absolute;
        left: 515px;
        top: 555px;
    }
    .txtZipCodeBox{
        background: url("/images/bg_zipcode_textbox.jpg") no-repeat scroll 0 0 transparent;
        height: 40px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 120px;
    }
    .txtZipCodeBoxError{
        background: url("/images/bg_zipcode_textbox.jpg") no-repeat scroll 0 -40px transparent;
        height: 40px;
        left: 0;
        position: absolute;
        top: 2px;
        width: 120px;
    }
    .txtZipCode{
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        color: #00396E;
        font-size: 18px;
        height: 22px;
        left: 10px;
        position: absolute;
        text-align: center;
        top: 9px;
        width: 100px;
    }
    #btnZipCode{
        background: url("/images/btn_zipcode_go.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 44px;
        left: 129px;
        position: absolute;
        top: 0;
        width: 46px;
    }
    #btnZipCode:hover{
        background-position: 0px -44px;
    }
    .btnSubmit{
        background: none;
        border: medium none;
        cursor: pointer;
        height: 44px;
        float: left;
        position: relative;
        width: 46px;
    }
    #instructions{
        color: #09347F;
        font: 14px "museo-1", "museo-2", serif;
        font-weight: 300;
        height: 35px;
        left: 415px;
        position: absolute;
        text-align: center;
        top: 506px;
        width: 380px;
    }
    #errorMessage{
        font-weight: 700;
        font-size: 12px;
        color: #ED145B;
    }
