.errorlist {
    color: #EE0000;
}

div.errorlist{
    text-align: center;
    background-color: #ffffd3;
    padding: 7px 0px 0px 7px;
    border: 1px solid #ccc;
    font-size: 0.7em;
    font-weight: bold;
    color: #525252;
    width: 550px;
    margin: 5px auto;
}

ul.errorlist {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style: none;
}

p.errorlist {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 3px;
    margin-bottom: 3px;
}

li.errorlist {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 3px auto;
}

body {
    margin: 0px;
}

body, td, th {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.menubar {
    width: 540px;
    height: 32px;
    border-bottom: 1px solid #ddd;
}

.menubar a {
    font-family: 'Lucida Grande', Arial, Verdana;
    font-size: 12px;
    color: #FFFFFF;
}

.heading {

    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;

}

a:link, a:visited, a:hover, a:active {
    color: #003366;
}

.gtext {
    color: #666666;
    text-decoration: none;
}

a.gtext:link {
    color: #666666;
}

a.gtext:hover {
    color: #666666;
}

a.gtext:visited {
    color: #666666;
}

a.gtext:active {
    color: #666666;
}

a.nav2:link {
    color: #999999;
}

a.nav2:visited {
    color: #999999;
}

a.nav2:hover {
    color: #999999;
}

a.nav2:active {
    color: #999999;
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 20px;
}

h4, .h4 {
    font-size: 19px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    color: #000000;
    background-color: transparent;
    margin: 5px 0 0 0;
}

.wheader {
    font-size: 24px;
    text-align: center;
}

.wsubheader {
    font-size: 18px;
}

.logheadnormal {
    background-color: #e8e8e8;
    font-size: 14px;
    font-family: Arial;
}

.cell {
    background-color: #F1F1F1;
    font-size: 12px;
}

.footer-address {
    width: 707px;
    height: 16px;
    background-repeat: no-repeat;
    padding-bottom: 3px;
}
.cb-billing {
    background-image: url(../../images/cb-billing-address-footer.png?1493228659);
}
.peach {
    background-image: url(../../images/peach-billing-address-footer@2x.png?1493228659);
    background-size: 707px 16px;
}
.blossm {
    background-image: url(../../images/blossm-billing-address-footer@2x.png?1493228659);
    background-size: 707px 16px;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .footer-address {
        background-size: 707px 16px;
        background-repeat: no-repeat;
        padding-bottom: 2px;
    }
    .cb-billing {
        background-image: url(../../images/cb-billing-address-footer@2x.png?1493228659);
    }
    .peach {
        background-image: url(../../images/peach-billing-address-footer@2x.png?1493228659);
    }
    .blossm {
        background-image: url(../../images/blossm-billing-address-footer@2x.png?1493228659);
    }
}

.address {
    color: #999999;
}

.formbutton {
    border: outset 2px #000000;
    background: #0B28FA;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    padding: 1px 2px;
    margin: 15px 0px 15px 0px;
    width: 300px;
}
