
body 
{
    background: transparent url('/images/v3/nav_v3BG.png') no-repeat top left;
    font-family: "futura-pt", Arial, Sans-Serif;
    font-weight: 400;
    color: #111e31;
}
#kpiWrapper
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 227px;
    /*
    background-color: #23b9ff;
    border: solid 1px #ff0000;
    */
}
.condBold
{
    font-family: "futura-pt-condensed", Arial, Sans-Serif;
    font-weight: 800;
}
.noWrapB
{
    white-space: nowrap;
    font-weight: 700;
}

/* ZIP/PROVIDER FORM */
#zipHead
{
    position: absolute;
    top: 26px;
    left: 16px;
    width: 200px;
    color: #111e31;
    font-weight: 700;
}
#zip
{
    position: absolute;
    top: 74px; /* 70px; */
    left: 12px;
    width: 124px;
    height: 23px;
    color: #000000;
    font-family: "futura-pt", Arial, Sans-Serif;
    font-size: 14px; 
    background-color: #ffffff;
    border: solid 1px #c2c2c2;
    padding-left: 6px;
    -moz-box-sizing: content-box; /* or 'border-box' */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#providerSelect
{
    position: absolute;
    top: 108px; /* 102px; */
    left: 12px;
    width: 162px;
    height: 23px;
    color: #000000;
    font-family: "futura-pt", Arial, Sans-Serif;
    font-size: 14px; 
    background-color: #ffffff;
    border: solid 1px #c2c2c2;
    padding-left: 6px;
    -moz-box-sizing: content-box; /* or 'border-box' */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#zipGO
{
    position: absolute;
    top: 107px; /* 103px; */
    left: 190px;
}

/* RESULTS SCREEN */
.affText
{
    width: 200px;
    margin: 30px 0px 13px 12px;
    font-size: 0.9em;
}
.resultsHeader
{
    font-size: 1.25em;
}
.requestLink
{
    color: #ebe614;
}
.affHR
{
    height: 1px;
    background-color: #ffffff;
    font-size: 1px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
}
.emailText
{
    color: #111e31;
    width: 220px;
    text-align: center;
    padding-bottom: 12px;
}
#emailNews
{
    float: left;
    width: 162px;
    height: 20px;
    color: #000000;
    font-family: "futura-pt", Arial, Sans-Serif;
    font-size: 14px; 
    background-color: #ffffff;
    border: solid 1px #c2c2c2;
    padding-left: 6px;
    margin-left: 10px;
    margin-right: 6px;
    margin-bottom: 13px;
    -moz-box-sizing: content-box; /* or 'border-box' */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#newsGO
{
    float: left;
}
.newsThanks
{
    color: #111e31;
    font-weight: normal;
    width: 200px;
    text-align: center;
    padding: 0px 10px 12px 10px;
}

/* REQUEST FORM */
.formText
{
    width: 200px;
    margin: 30px 0px 13px 12px;
}
.inputField
{
    width: 190px;
    height: 20px;
    color: #000000;
    font-family: "futura-pt", Arial, Sans-Serif;
    font-size: 14px; 
    background-color: #ffffff;
    border: solid 1px #c2c2c2;
    padding-left: 6px;
    margin-left: 10px;
    margin-bottom: 4px;
    -moz-box-sizing: content-box; /* or 'border-box' */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.inputField_comments
{
    width: 190px;
    height: 40px;
    color: #000000;
    font-family: "futura-pt", Arial, Sans-Serif;
    font-size: 14px; 
    background-color: #ffffff;
    border: solid 1px #c2c2c2;
    padding-left: 6px;
    margin-left: 10px;
    margin-bottom: 4px;
    -moz-box-sizing: content-box; /* or 'border-box' */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.optStripe
{
    padding: 0px 0px 6px 7px;
}
.optLabel
{
    font-size: 12px; 
}
#formGOstripe
{
    width: 220px;
    text-align: center;
    padding: 4px 0px 10px 0px;
}
#formGO
{
    margin-right: 6px;
}
.cancelLink
{
    color: #ebe614;
    font-size: 12px;
}