
/* first for IE 4–8 */
@font-face {
  font-family: DINWebPro;
  src: url("DINWebPro.eot");
}
@font-face {
  font-family: DINWebPro-Medium;
  src: url("DINWebPro-Medium.eot");
}

/* then for WOFF-capable browsers */
@font-face {
  font-family: DINWebPro;
  src: url("DINWebPro.woff") format("woff");
}
@font-face {
  font-family: DINWebPro-Medium;
  src: url("DINWebPro-Medium.woff") format("woff");
}

body 
{
    background-color: #ffffff;
    font-family: DINWebPro, sans-serif;
}
#kpiWrapper
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 295px;
    background-color: #d6d6d6;
/*    background: #d6d6d6 url('/images/v3_BG_zipForm.jpg') no-repeat top left; */
}

/* ZIP/PROVIDER FORM */
#labelZip
{
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
}
#inputZip
{
    position: absolute;
    top: 122px;
    left: 20px;
}
#zip
{
    width: 260px;
    height: 40px;
    color: #333333;
    font-family: Georgia, Serif; 
    font-size: 16px;
    font-style: italic;
    background-color: #ffffff;
    border: solid 1px #c0c0c0;
    padding-left: 10px;
    /* text-align: center; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; /* or 'content-box' */
    box-sizing: border-box;
}
#labelProvider
{
    padding-bottom: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
}
#inputProvider
{
    position: absolute;
    top: 178px;
    left: 20px;
}
.zipDD
{
    width: 260px;
    height: 40px;
    color: #333333;
    font-family: Georgia, Serif; 
    font-size: 16px;
    font-style: italic;
    background-color: #ffffff;
    border: solid 1px #c0c0c0;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; /* or 'content-box' */
    box-sizing: border-box;
}
.zipDD_FF
{
    width: 260px;
    height: 40px;
    color: #333333;
    font-family: Georgia, Serif; 
    font-size: 16px;
    font-style: italic;
    background-color: #ffffff;
    border: solid 1px #c0c0c0;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; /* or 'content-box' */
    box-sizing: border-box;
}
#zipGO
{
    position: absolute;
    top: 245px;
    left: 109px;
}

/* RESULTS SCREEN */
#resultText
{
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 96px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}
.resultLabel
{
    font-size: 18px;
    font-weight: 700;
    color: #3a3a3a;
    margin-bottom: 4px;
}
.resultValue
{
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a;
    margin-bottom: 12px;
}
#shareButtons
{
    margin-top: 18px;
}
#resultReset
{
    width: 82px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.resetLink
{
    color: #3a3a3a;
    font-size: 10px;
}

/* REQUEST FORM */
#topOfForm
{
    width: 270px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    font-size: 14px;
}
.formLabel
{
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #3a3a3a;
}
#labelFName
{
    float: left;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #3a3a3a;
    width: 172px;
}
#inputFName
{
    float: left;
    width: 139px;
    margin-left: 15px;
    margin-bottom: 8px;
}
#labelLName
{
    float: left;
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 700;
    color: #3a3a3a;
    width: 164px;
    margin-left: 8px;
}
#inputLName
{
    float: left;
    width: 131px;
    margin-bottom: 8px;
}
.formFieldNarrow
{
    width: 119px;
    height: 36px;
    color: #333333;
    font-family: Georgia, Serif; 
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    background-color: #ffffff;
    border: solid 1px #c0c0c0;
    padding-left: 10px;
    -moz-box-sizing: content-box; /* or 'border-box' */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#inputEmail
{
    clear: both;
    margin-left: 15px;
    margin-bottom: 8px;
}
.formField
{
    width: 258px;
    height: 36px;
    color: #333333;
    font-family: Georgia, Serif; 
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    background-color: #ffffff;
    border: solid 1px #c0c0c0;
    padding-left: 10px;
    -moz-box-sizing: content-box; /* or 'border-box' */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#inputComments
{
    margin-left: 15px;
    margin-bottom: 6px;
}
.formField_comments
{
    width: 258px;
    height: 60px;
    color: #333333;
    font-family: Georgia, Serif; 
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    background-color: #ffffff;
    border: solid 1px #c0c0c0;
    padding-left: 10px;
    padding-top: 4px;
    -moz-box-sizing: content-box; /* or 'border-box' */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#inputOptin
{
    color: #000000;
    font-family: DINWebPro, sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-left: 15px;
    margin-bottom: 12px;
}
label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.optin
{
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    *overflow: hidden;
}
#affText
{
    color: #000000;
    width: 260px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    line-height: 20px;
}
#requestActions
{
    margin-left: 109px;
}
.thanksHead
{
  font-family: DINWebPro-Medium, sans-serif;
  font-weight: 500;
}