﻿body
{
    font-family: Arial;
    font-size: 12px;
}
span.total {
    font-size: 18px;
}
.float
{
    float: right;
}
.sep
{
    border-bottom: solid 3px #efefef;
    margin: 20px 0;
}
.padding
{
    padding: 5px;
}
.doublePadding
{
    padding: 10px;
}
.middle
{
    vertical-align: middle;
}
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}
.creditFormLabel
{
    width: 200px;
    float: left;
}
.spacer
{
    height: 10px;
}
.formlabel
{
    display: inline-block;
    width: 200px;
    text-align: left;
}
.greenmessage
{
    color: #009900;
    font-weight: bold;
}
.error
{
    color: #ff0000;
    font-weight: bold;
}
.clearboth
{
    clear: both;
}
input
{
    display: inline;
}
.ajax__combobox_itemlist
{
    text-align: left !important;
    width: 153px !important;
}
.ac_results
{
    background: #ffffff;
    border: 1px solid #000000;
}
.autoCompletePriceDiv
{
    width: 150px;
    float: right;
}
.wrapper
{
    position: absolute;
    top: 50%;
    left: 50%;
}
