

.loginGroupContainer {
    padding-bottom: 10px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #dbdbdb;*/
    width: 130px;
    margin-left: 12px;
}

.loginFields {
    width: 124px !important;
    padding: 2px !important;
    border: 1px solid #7f7f7f !important;
    margin-left: 0px !important;
    margin-top: 1px !important;
    margin-bottom: 2px !important;
    font-size: 8pt !important;
    color: #727272;
    text-align: center;
    font-style: italic;
    _width: 130px !important;
}

.loginButtonDiv {
    padding-top: 1px;
    _padding-top: 4px;
    width: 130px;
    text-align: right;
    /*_padding-right: 6px;*/
}

.loginButton {
    /*background: transparent url(../images/skin/buttonBG.jpg) repeat-x scroll left top;*/
    font-size: 8pt;
    width: 50px;
    /*font-variant: small-caps;*/
    background-color: #a33310;
    border: 1px outset #941c16;
    color: #ffffff;
    cursor: pointer;

    margin: 0;
}

.alignLeft {
    font-size: 9pt;
    font-style: italic;
    margin-top: 3px;
}

.alignRight {
    margin-bottom: 1px;
    font-size: 9pt;
    width: 100%;
    text-align: right;
}

.loginError {
    color: #CD071a;
    background-color: #e2e2e2;
    font-size: 9pt;
    padding: 3px;
    text-align: center;
    margin-bottom: 2px;
    font-weight: bold;
}
