
.fpSaleLayout { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; width: 400px; color: #09c; padding: 10px; text-align: left; }

.fpSaleLayout ul { float: left; width: 100%; margin: 0; padding: 0px; list-style: none; }
.fpSaleLayout li { float: left; width: 47%; margin: 0; padding: 0px; padding-top: 15px; padding-right: 1%; }

.fpSaleLayout li.heading1 { float: left;  width: 100%; padding-top: 20px; padding-bottom: 20px; font-size:20px; color:#9c0; font-weight: bold; }
.fpSaleLayout li.heading2 { float: left;  width: 100%; padding-top: 20px; font-size: 12px; font-weight: bold; }
.fpSaleLayout span.heading2 { font-weight: bold; }
.fpSaleLayout li.warning { float: left;  width: 100%; padding-top: 10px; font-size: 12px; font-weight: normal; color: red; }
.fpSaleLayout li.fullWidth { float: right; width: 100%; margin: 0; padding: 0px; }
.fpSaleLayout li.nextButton { float: right; width: 100%; margin: 0; padding: 0px; padding-top: 30px; padding-bottom: 30px; text-align: right; }
.fpSaleLayout li.orderNowButton { float: right; width: 100%; margin: 0; padding: 0px; padding-top: 10px; padding-bottom: 30px; text-align: right; }
.fpSaleLayout li.date { float: left; width: 48%; margin: 0; padding: 0px; padding-top: 15px; text-align: center; }

.fpSalesForm input, .fpSalesForm select { width: 100%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }
.fpSalesForm select.fpDay, .fpSalesForm select.fpMonth { float: left; width: 25%; vertical-align: middle; }
.fpSalesForm select.fpYear { float: left; width: 50%; vertical-align: middle; }
.fpSalesForm .radio, .fpSalesForm .checkbox { width: 20px; float: none; }
.fpSalesForm input.button { width: 104px; float: right; }

.fpSaleLayout ul.bulletted { float: left; font-size: 12px; padding-top: 2px; }
.fpSaleLayout ul.bulletted li { font-size: 10px; width: 80%; padding-left: 10%; padding-top: 2px; }

.fpSaleLayout a { text-decoration: underline; color: #09c; }
.fpSaleLayout a:hover { text-decoration: underline; color: green; }

.fpSaleLayout a.external{ text-decoration: underline; color: #09c; font-weight: bold; }
.fpSaleLayout a.external:hover { text-decoration: underline; color: #09c; font-weight: bold; }

.fpSaleLayout span.required { font-weight: bold; }

.fpSaleLayout span.spanish { font-size: 9px; color: black; }

.fpSaleLayout div.hiddenPopup {
    display: none;
    position: relative;
    float: auto;
    visibility: visible;
    left: 20px;
    width: 300px;
    height: auto;
    border: 1px;
    background: #fff;
    border-color: #9c0;
    border-style: solid;
    padding: 5px;
}

.fpSaleLayout div.hidden {
    display: none;
    position: relative;
    float: auto;
    visibility: visible;
}

.fpSaleLayout div.hiddenPopup a.close { position: abosolute; padding: 0px; top: 0px; display: block; float: right; }

.fpSaleLayout div.hiddenPopup img { border: 0px; }

.fpSalesForm input.nextbutton {
    cursor: pointer;
    width: 104px;
    height: 25px;
    padding: 0px;
    border: 0px;
    background: url(next.gif) no-repeat left top;
    font-size: 0em;
    /*text-indent: -1000em;
    letter-spacing: -7500em;*/
}

.fpSalesForm input.herebutton
{
    font-weight: bold;
    text-decoration: underline;
    color: #09c;
    width: auto;
    height: auto;
    padding: 0px;
    border-color: #000;
    border: 0;
    background-color: #fff;
    line-height: normal;
}

.fpSalesForm input.ordernowbutton {
    cursor: pointer;
    width: 105px;
    height: 26px;
    padding: 0px;
    border: 0px;
    background: url(order_now.gif) no-repeat left top;
    font-size: 0em;
    /*text-indent: -1000em;
    letter-spacing: -7500em;*/
}

.fpSalesForm ul.errorList {
  padding:5px;
  background:#FFF9D7 none repeat scroll 0% 0%;
  border-color:#E2C822;
}
