fieldset#wlpeLoginFieldset {
    border:0px;
    background-color: white;
    padding-right: 10px;
}

span.required {
    color: red;
    float: right;
}

#wlpeLogin legend {
    display:none;
}

#wlpeLogin label {
    color: black;
    width: auto;
}

#wlpeLogin input {
    background-color: white;
    border: 1px solid;
    width: 95%;
}

#wlpeLogin select {
    background-color: white;
    border: 1px solid;
    width: 95%;
}

#wlpeLogin select:hover, #wlpeLogin select:focus {
    background-color: #ACCCFB;
}

#wlpeLogin input:hover, #wlpeLogin input:focus {
    background-color: #ACCCFB;
}

fieldset#wlpeLoginButtons {
    border: 0px;
    margin-top: 5px;
    text-align: center;
}

fieldset#wlpeLoginButtons button {
    font-size: 8pt;
}

fieldset#wlpeLoginButtons button#wlpeRegisterButton {
    width: 100%;
    margin-top: 2px;
}

p.wlpeMessageText {
    color: black;
    margin-left: 2px;
    margin-right: 2px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 5px;
    background-color: #aaa;
}

/* Forgot Password */

#wlpeReset fieldset#wlpeResetFieldset {
    border:0px;
    background-color: white;
    color: black;
    padding-right: 7px;
    margin-top: 10px;
    *margin-top: 3px;
    line-height: 13px;
}

#wlpeReset h3 {
    color: black;
    font-size: 8pt;
    margin: 0px;
}

#wlpeReset input {
    border: 1px solid #888;
    background-color: white;
}

#wlpeReset label {
    width: auto;
}

#wlpeReset input:hover, #wlpeReset input:focus {
    background-color: #ACCCFB;
}

#wlpeReset fieldset#wlpeResetButtonFieldset {
    border: 0px;
    text-align: center;
    margin-top: 5px;
}

fieldset#wlpeResetButtonFieldset button {
    font-size: 8pt;
    padding: 2px;
}

/* Password Activation */
#wlpeActivateForm fieldset#wlpeActivateFieldset,
#wlpeActivateForm fieldset#wlpeActivateButtonFieldset {
    border:0px;
    background-color: white;
    color: black;
    padding-right: 7px;
    margin-top: 10px;
    *margin-top: 3px;
    line-height: 13px;
}

#wlpeActivateForm label {
    width: 100%;
}


/* Registration Forms */
#wlpeUserRegisterMessage {
    margin-left: 7px;
    width: 527px;
}

#wlpeUserRegisterMessage p.wlpeMessageText {
    border-color: #aaa;
    background-color: white;
    padding: 10px;
}

form#wlpeUserRegisterForm {
    margin:0px;
    padding:0px;
}
form#wlpeUserRegisterForm legend { display: none }
form#wlpeUserRegisterForm fieldset {
    border:0px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    margin: 10px;
    padding: 20px;
    padding-top: 10px;
    width: 510px;
    background-color: #aaa;
    color: black;
}

fieldset#wlpeUserRegisterInput {
    position:relative;
    *left: 10px;
    *margin-bottom: 20px;
}

form#wlpeUserRegisterForm input, 
form#wlpeUserRegisterForm select,
form#wlpeUserRegisterForm textarea {
    font-size: 8pt;
}

form#wlpeUserRegisterForm label {
    position:relative;
    top: 1px;
    float: left;
    width: 180px;
    padding-right: 10px;
    height: 24px;
}

form#wlpeUserRegisterForm h2, 
form#wlpeUserRegisterForm h3 {
    color: black;
}

label#wlpeTosCheckboxLabel {
    width: 181px !important;
    font-weight: bold;
    padding: 6px;
    padding-bottom: 0px;
    background-color: #D3D0CD;
}

input#wlpeTosCheckbox {
    position: relative;
    left: 7px;
    top: 4px;
    width:auto !important;
    background-color: #D3D0CD !important;
}

form#wlpeUserRegisterForm select {
    margin-bottom: 6px;
}

form#wlpeUserRegisterForm input:focus,
form#wlpeUserRegisterForm select:focus, 
form#wlpeUserRegisterForm input:hover,
form#wlpeUserRegisterForm select:hover {
    background-color: #ACCCFB;
    border: 1px solid #888;
}

form#wlpeUserRegisterForm img#wlpeCaptchaImage {
    float: right;
    margin-right: 15px;
    border: 2px solid #B585EB;
}

div #wlpeTermsOfService {
    height: 350px;
    overflow: auto;
    margin-bottom: 10px;
    background-color: #ddd;
    border: 2px ridge white;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 7pt;
}

p#wlpeTermsOfServiceLabel {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
div#wlpeTermsOfService ol, div#wlpeTermsOfService ul {
    padding-left: 20px;
    *padding-left: 5px;
}


div #wlpeTermsOfService h3 {
    font-size: 8pt;
}

div #wlpeTermsOfService h2 {
    padding-top: 10px;
    font-size: 9pt;
}

/* User Profile */

form#wlpeUserProfileForm fieldset {
    margin: 10px;
    padding: 10px;
    width: 500px;
}

form#wlpeUserProfileForm label {
    position:relative;
    top: 1px;
    float: left;
    width: 150px;
    padding-right: 10px;
    height: 22px;
}

form#wlpeUserProfileForm select {
    margin-bottom: 6px;
    height: 22px;
}

div#wlpeReset fieldset {
    border: 0px;
    padding: 10px;
}

