body {
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}

#blogContent {
    text-align: left;
    width: 425px
}

.required {
    font-weight: bold;
    color: red;
}

table caption {
    background-color: #ccd2dd;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}

table td {
    padding-left: 20px;
}

.error {   font-weight: bold; font-size: 12px; text-align: center; color: #FF0000}

.errorBox {
    background-color: #FF9999;
    font-size: 9pt;
    width : 90%;
    text-align: left;
    margin-left: 14px;
    border: solid 1px #FF0000;
    padding: 2px;
}

input {
    background-color: #FFFADC;
    border: solid 1px #CDB946;
}

select {
    background-color: #FFFADC;
    border: solid 1px #CDB946;
}

.loginBox {
    background: #F3F3EC url("/pw/images/bg_login.gif") no-repeat 0% 0%;
    height: 210px;
    width: 820px;
}

.loginBoxRpm {
    background: #F3F3EC url("/pw/images/partner/2/bg_login.gif") no-repeat 0% 0%;
    height: 210px;
    width: 820px;
}

.forgotBox {
    background: #F3F3EC url("/pw/images/bg_forgot_password.gif") no-repeat 0% 0%;
    height: 350px;
    width: 810px;
}

.trialStartedBox {
    background: #F3F3EC url("/pw/images/bg_trial_confirmation.gif") no-repeat 0% 0%;
    height: 375px;
    width: 810px;
}


.errorBoxLogin {
    margin-top: 0;
    background: transparent url("/pw/images/warning.gif") no-repeat 0 0;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 9pt;
    text-align: left;
    margin-left: 20px;
}

.errorBoxLogin h2 {
    padding-left: 50px;
    padding-top: 0;
    margin-top: 0;
    font-size: 9pt;
    color: red;
    font-weight: bold;
    text-align: left;
}

.errorBoxLogin ul {
    margin-top: 0;
    margin-left: 25px;
    text-align: left;
}

a.forgotPasswodLink {
    background: transparent url("/pw/images/icon-bubble.gif") no-repeat 0 0;
    padding-left: 20px;
}

div.legend {
    width: 97%;
    text-align: right;
}


