.error {
    color: red;
}
.error p.error {
    display: block;
}
p.error {
    display: block;
    background-repeat: no-repeat;
    background-image: url(/common/img/app/res/icn_error.gif);
}
p.error {
    width: 580px;
    float: left;
    color: #cc0000;
    font-weight: bold;
    margin: 0px;
    padding-left: 6px;
    clear: both;
    display: none;
}
span.error {
    padding-left: 30px;
    width: 580px;
    color: #cc0000;
    display: block;
}

#bg_formbox_top,
#bg_formbox_bottom {
    display: none;
}

#container .small_wrapper {
    background: transparent url(/common/img/app/b2cleasing/bg_formmailer.gif) no-repeat left top;
    padding: 30px 0 0 0;
    margin: 0 11px 0 11px;
}

#container #small_form_wrapper {
    background: transparent url(/common/img/app/b2cleasing/bg_formmailer.gif) no-repeat left bottom;
    padding: 0 0 20px 0;
}

#formmailer {
    min-height: 1px;
    display: block;
    padding: 0 20px 0 20px;
    background: #fff;
    border-left: 1px solid #c0bfbf;
    border-right: 1px solid #c0bfbf;
}


#formmailer input {
    width: 260px;
    padding: 1px;
    font-size: 11px;
}

#formmailer select {
    width: 266px;
    padding: 1px;
    font-size: 11px;
}

#formmailer textarea {
    width: 260px;
    height: 70px;
    padding: 1px;
    font-size: 11px;
}

#formmailer label {
    float: left;
    width: 300px;
    margin: 0 10px 0 0;
    padding: 2px 0 1px 0;
    border-bottom: 1px dashed #d2d2d2;
}

#formmailer .clearfix {
    min-height: 1px;
    margin: 0 0 6px 0;
}

#formmailer .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

.button_wrapper {
    padding: 20px 11px 0 0;
}

.button_wrapper .BtSubmitRed {
    background: transparent url(/common/img/app/b2cleasing/bg_bt_27_f60_right.gif) no-repeat right top;
    font: bold 11px verdana, sans-serif;
    line-height: normal;
    color: #fff!important;
    text-decoration: none !important;
    display: block;
    float: right;
    height: 27px;
    padding: 0 30px 2px 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
}

.button_wrapper .BtSubmitRed span {
    background: transparent url(/common/img/app/b2cleasing/bg_bt_27_f60_left.gif) no-repeat left top;
    font-size: 11px;
    line-height:14px;
    display: block;
    line-height: normal;
    padding:7px 5px 6px 16px;
    white-space:nowrap;
}

.button_wrapper .BtSubmitRed:hover {
    color: #000!important;
    text-decoration: none;
}

#formmailer p {
    padding: 3px 0 3px 0;
    margin: 0 30px 0 0;
}

#formmailer p strong {
    display: block;
    padding: 20px 0 3px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed #d2d2d2;
}

#formmailer .sx-site-checkTop {
    border-bottom: 1px dashed #d2d2d2;
    padding: 3px 0 3px 0;
    margin: 0 30px 5px 0;
}

#formmailer .sx-site-checkTop input {
    border: none !important;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin: 0 10px 0 5px;
}

#formmailer .sx-site-checkTop label {
    border: none !important;
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

#formmailer .sx-site-checkTop .rightSize {
    display: none;
}

/* -------------------------------------------
//
// hacks ie6
//
// ---------------------------------------- */

* html #formmailer .clearfix {
    height: 1px;
}




