.authBody {
    background-attachment: fixed;
    background-color: #FFF;
    background-image: linear-gradient(#dededd, #dededd 600px);
    padding: 2px 18px 1px !important;
    color: #000;
    font-family: verdana, sans-serif;
    font-size: 12px;
    margin: 0;
}

.loginBtn {
    float: right;
    background-color: #101010;
    font-family: verdana, sans-serif;
    font-size: 11px;
    color: #FFF;
    width: 60px;
    height: 18px;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #393A3C),
            color-stop(1, #101010)
    );
    background-image: -o-linear-gradient(bottom, #393A3C 0%, #101010 100%);
    background-image: -moz-linear-gradient(bottom, #393A3C 0%, #101010 100%);
    background-image: -webkit-linear-gradient(bottom, #393A3C 0%, #101010 100%);
    background-image: -ms-linear-gradient(bottom, #393A3C 0%, #101010 100%);
    background-image: linear-gradient(to bottom, #393A3C 0%, #101010 100%);
    /*box-shadow: 1px 1px #fff inset, -1px -1px #fff inset;*/
}
.loginBtn:hover {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #393A3C),
            color-stop(1, #4e4e4e)
    );
    background-image: -o-linear-gradient(bottom, #393A3C 0%, #4e4e4e 100%);
    background-image: -moz-linear-gradient(bottom, #393A3C 0%, #4e4e4e 100%);
    background-image: -webkit-linear-gradient(bottom, #393A3C 0%, #4e4e4e 100%);
    background-image: -ms-linear-gradient(bottom, #393A3C 0%, #4e4e4e 100%);
    background-image: linear-gradient(to bottom, #393A3C 0%, #4e4e4e 100%);
    background-color: #4e4e4e;
}

.authHeader {
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    width: 526px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #626262),
            color-stop(1, #101010)
    );
    background-image: -o-linear-gradient(bottom, #626262 0%, #101010 100%);
    background-image: -moz-linear-gradient(bottom, #626262 0%, #101010 100%);
    background-image: -webkit-linear-gradient(bottom, #626262 0%, #101010 100%);
    background-image: -ms-linear-gradient(bottom, #626262 0%, #101010 100%);
    background-image: linear-gradient(to bottom, #626262 0%, #101010 100%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.authFooter {
    height: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 526px;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #626262),
            color-stop(1, #101010)
    );
    background-image: -o-linear-gradient(bottom, #626262 0%, #101010 100%);
    background-image: -moz-linear-gradient(bottom, #626262 0%, #101010 100%);
    background-image: -webkit-linear-gradient(bottom, #626262 0%, #101010 100%);
    background-image: -ms-linear-gradient(bottom, #626262 0%, #101010 100%);
    background-image: linear-gradient(to bottom, #626262 0%, #101010 100%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.labelMessageContainer {
    background-color: #eaeaea;
    border-bottom: 1px solid #C7C4AB;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.authMainForm {
    width: 526px;
    height: 420px;
    position: absolute;
    left: 50%;
    margin: 210px 0 0 -263px;
}

.logo {
    color: #fff;
    font-size: 24pt;
    font-family: ProductName;
    margin: 0px;
    right: auto;
    top: 20px;
    height: 37px;
    left: 20px;
    position: absolute !important;
}

.authContent {
    position: relative;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    min-height: 220px;
    padding: 0;
    color: #222;
}

.labelMessageImage {
    float: left;
    height: 32px;
    padding-right: 5px;
    width: 35px;
    /*fix path to icon*/
    /*background: url("../images/window/icon-info.gif") no-repeat transparent;*/
}

.textMessage {
    position: relative;
    top: 3px;
}

.copyright {
    font-size: 9px;
    position: absolute;
    /*top: 275px;*/
    bottom: 9px;
    left: 10px;
}

.authFooterLogo {
    float: right;
    padding: 4px 8px;
    overflow: visible;
}

.loginFields {
    margin: auto;
    width: 284px;
    overflow: hidden;
}

/*@-moz-document url-prefix() {
    .loginFields {
        width: 286px;
    }
}*/

.fieldLabel {
    width: 170px;
    display: inline-block;
    float: left;
    padding-top: 4px;
}

.space {
    height: 4px;
    overflow: hidden;
}

.loginButtonSpace {
    height: 12px;
    overflow: hidden;
}

.loginFields .editor-field input {
    width: 284px;
}