
/* ALL PAGES */
body    {background-color:transparent;}
a       {color:#ffffff;}
#kpiWrapper
{
    width: 270px;
    height: 325px;
    padding: 10px 15px 10px 15px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #ffffff;
}
.formLabel 
{
    padding: 0px 0px 3px 0px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}
.inputDiv
{
    padding: 0px 0px 8px 0px;
}

/* ZIP / PROVIDER PAGE */
#zipHeadline 
{
    padding: 0px 0px 0px 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align:center;
}
#ivrCallout
{
    padding: 15px 0px 0px 0px;
}
#zipIntro
{
    padding: 15px 0px 15px 0px;
}
.inputField_zip {
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #cccccc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    width: 192px;
    height: 20px;
    padding: 0px 0px 0px 6px;
}
.inputField_DD {
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #cccccc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    width: 200px;
    height: 22px;
    padding: 0px 0px 0px 6px;
}
.inputField_DD_FF {
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #cccccc;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    width: 200px;
    height: 22px;
    padding: 0px 0px 0px 6px;
}
#bttnGO
{
    width: 70px;
    border: solid 1px #0a163f;
    padding: 3px 0px 3px 0px;
    background-color: #0a163f;
    color: #ffd100;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}
#clearZip
{
    margin-top: 6px;
}
.zipLink
{
    color: #ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

/* RESULTS PAGE */
#resetLinks
{
    text-align: right;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #878787;
    width: 270;
    text-align: right;
    margin-bottom: 3px;
}
a.resetLink
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffd100;
    text-decoration: none;
}
a.resetLink:hover
{
    text-decoration: underline;
}
.resultHeadline {font-size:16px;font-weight:700;}
.resultText     {margin-top:20px;font-size:14px;}
.cancelLink
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffd100;
    text-decoration: none;
    cursor: pointer;
}
.requestLink
{
    cursor: pointer;
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    color: #ffd100;
    text-decoration: underline;
}
#newsletterStripe
{
    width: 270px;
    position: absolute;
    left: 15px;
    bottom: 10px;
}
.inputField_newsletter
{
    width: 200px;
    height: 20px;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 20px;
    padding: 0px 0px 0px 6px;
}
#newsletterGO
{
    width: 30px;
    height: 15px;
    border: solid 1px #0a163f;
    padding: 3px 0px 3px 0px;
    margin-top: 5px;
    background-color: #0a163f;
    color: #ffd100;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    float: left;
}

/* FORM PAGE */
#formIntroText
{
    margin-bottom: 10px;
}
#labelFName
{
    float: left;
    width: 130px;
}
#labelLName
{
    float: left;
}
#inputFName
{
    float: left;
    width: 130px;
}
#inputLName
{
    float: left;
}
.inputField_fName
{
    width: 120px;
    height: 20px;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 20px;
    padding: 0px 0px 0px 4px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.inputField_lName
{
    width: 120px;
    height: 20px;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 20px;
    padding: 0px 0px 0px 4px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.inputField_email
{
    width: 250px;
    height: 20px;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 20px;
    padding: 0px 0px 0px 4px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
.inputField_comments
{
    width: 250px;
    height: 45px;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    line-height: 14px;
    padding: 4px 4px 4px 4px;
    resize: none;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#optinStripe
{
    margin-left: -4px;
    margin-top: 7px;
    margin-bottom: 7px;
    vertical-align: middle;
}

/* THANKS PAGE */
#thanksText     {margin-top: 10px;font-size:14px;}
#shareBttns
{
    margin-top: 20px;
}
#thanksReset    {clear:both;font-size:14px;}
.thanksLink     {color: #ffd100;font-family:Arial, Helvetica, Sans-Serif;font-size:14px;cursor:pointer;text-decoration:underline;}
#bttnTweet
{
    width: 70px;
    border: solid 1px #0a163f;
    padding: 3px 0px 3px 0px;
    background-color: #0a163f;
    color: #ffd100;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
#bttnFB
{
    width: 70px;
    border: solid 1px #0a163f;
    padding: 3px 0px 3px 0px;
    background-color: #0a163f;
    color: #ffd100;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    float: left;
}
.fbOutLink
{
    color: #ffffff;
    text-decoration: underline;
}
