BODY, b, input, select {
    font: 500 16px/22px Georgia, serif !important;
    color: #333333 !important;
}
body {
    background: #ffffff;
    margin: 0px !important;
}
TR, TD, TH {
    color: #333333 !important;
}

form[name=customer_information] tr:nth-child(even) {
    background: #f8f8f8 !important;
}
input[type="submit"]{
    background-color: #3f007f !important;
    border: 2px solid #3f007f !important;
    color: #ffffff !important;
    height: auto !important;
    line-height: auto !important;
    margin: 0 !important;
    padding: 15px 16px !important;
    font: 500 16px Arial, sans-serif !important;
    transition: all .3s ease-in-out;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}
input[type="submit"]:hover {
    background-color: #00007f !important;
    border-color: #00007f !important;
    color: #ffffff !important;
}
a:link {
    color: #3f007f !important;
    text-decoration: none !important;
}
a:visited {
    color: #3f007f !important;
}
a:hover {
    color: #00007f !important;
}
LAYER, P, DIV {
    background:transparent !important;
}