html, body {
	background: #e3e9ef;
    margin: 0;
    padding: 0;
    height:100%;
}

body {
    background: #d6e0e8 url('/img/admin/login/background.gif') repeat-x top left;
}

#login {
    margin : -205px 0 0 -175px;
    position: absolute;
    color: #383e37;
    font: 12px/14px Arial, Tahoma, serif;
    top: 50%;
    left: 50%;
}

#login button {
    color: #84878a;
}

#login .x-form-item-label {
    font: bold 11px/16px Tahoma;
}

#login .x-panel-bl .x-panel-btns-ct {
    padding-top: 20px;
}

#login .x-status-text {
    line-height: 21px;
}
#login .x-status-error {
    background:transparent url(/js/extjs/resources/images/default/form/exclamation.gif) no-repeat scroll 3px 3px;
    color:#CC3333;
    padding-left:25px;
}

#hidden-button {
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: -1000;
}

#forgot-password, #register {
    text-align: center;
    padding-top: 16px;
}

#forgot-password a, #register a {
    color: #84878a;
    font: 11px/16px Tahoma;
    text-decoration:underline;
    text-align: center;
    
}
#logo {
    padding-left: 102px;
}

#logo a img{
    background: url('/img/admin/login/login_logo.png') no-repeat;
    width: 145px;
    height: 154px;
    border: 0 none;
}

* html #logo {
    background-image: expression('none'); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/admin/login/healix_login.png', sizingMethod='crop');
    background-repeat: no-repeat;
} 

#logo-text {
    text-align: center;
    padding: 20px;
}

