.message-form {
    font-size: 90%;
}

.message-form fieldset {
    padding: 16px;
    border: 1px solid #8D9FCE;
    background: white url( ../image/user-bkg.jpg ) repeat-x bottom left;
}

.message-form fieldset legend {
    margin-bottom: 16px;
    padding-top: 2px;
    background: url( ../image/section-menu-bkg.jpg ) repeat-x bottom left;
    color: white;
    font-size: 90%;
    text-align: center;
    width: 11em;
    height: 1.5em;
}

.message-form div {
    height: 2em;
    clear: both;
}

.message-form label {
    text-align: right;
    float: left;
    width: 8em;
    color: #8D9FCE;
    font-size: 90%;
}


.horizontal-menu {
    text-align: center;
    margin: 16px 4px;
    font: bold 75% Arial, sans-serif;
    height: auto;
}

.text {
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: 4px;
    font: 70% Arial, sans-serif;
}

.content-table {
    border-width: 0;
    width: 90%;
}

.content-table-header {
    height: 36px;
    text-align: center;
    text-indent: 16px;
    color: #8094C5;
    font-size: 100%;
    font-variant: small-caps;
    background: url( ../image/offer-product-bkg.jpg ) repeat-x bottom left;
}

.button, a.button, a.button:link, a.button:active, a.button:visited {
    border: none;
    background: url( ../image/section-menu-bkg.jpg ) repeat-x bottom left;
    text-align: center;
    /*float: right;*/
    width: 5em;
    height: 1.5em;
    margin: 8px 4px;
    color: white;
    font-size: 90%;
    text-decoration: none;
}

.buttonEnabled, a.buttonEnabled, a.buttonEnabled:link, a.buttonEnabled:active, a.buttonEnabled:visited {
    margin: 8px 4px;
    color: black;
    font-size: 90%;
    font-weight:bolder;
    text-decoration: none;
}

.buttonDisabled, a.buttonDisabled, a.buttonDisabled:link, a.buttonDisabled:active, a.buttonDisabled:visited {
    width: 5em;
    margin: 8px 4px;
    font-size: 90%;
    font-weight:bold;
    text-decoration: underline;
}

