html, body {
    height: auto;
}

 
.error {
	color: red;
	margin-top: 88px;
}

.login-panel {
    left: 375px;
    top: 313px;
    visibility: visible;
    z-index: 2;
}


.login-panel {
    background: url(/public/img/template/loginbg.png) no-repeat scroll 0 0 transparent;
    color: #515354;
    font-weight: bold;
    height: 289px;
    padding-left: 28px;
    visibility: hidden;
    width: 502px;
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
	text-align: left;

}


.yui-overlay, .yui-panel-container {
    position: absolute;
    visibility: hidden;
    z-index: 2;
}

body {
    background-color: #B4B4B4;
}


.login-logo {
    background: url(/public/img/template/logo.png) no-repeat scroll 0 0 transparent;
    height: 64px;
    position: absolute;
    top: 16px;
    width: 450px;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.login-panel input {
    border: 1px solid #C5D6E2;
    font: 99% arial,helvetica,clean,sans-serif;
    padding: 2px;
    width: 200px;
}


.login-button {
    background-color: #F0F0F0;
    width: 63px;
}

.login-copyright {
    color: #959A9B;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}
