BODY {
    font-family: "Lucidia Sans", Arial, Helvetica, sans-serif, "Californian FB";
 	font-size: 62.5%;
	background-color: #666;
    
}

.login-window {
	background: #FFFFFF;
    width: 50.0em;
    height: 30em;
    border: 1px solid #97993C;
    -webkit-box-shadow:0 0 5px 5px #555;
    -moz-box-shadow:0 0 5px 5px #555;
    box-shadow:0 0 5px 5px #555;
    text-align: left;
    position:absolute;
    left: 50%;
    top: 30%;
    margin-left: -25em;
    margin-top: -14em;
    padding: 5px;
}

.change-password {
	background: #FFFFFF;
    padding-bottom: 20px;
}

.autoLoginLabel {
    font-size:18px;
}	

.loginMsgOk {
	color: green;
}	

.loginMsgErr {
	color: red;
}	

.header-panel  { 
	background: #97993C;
    height: 3.2em;
    color: white;
    line-height: 3.2em;
    font-size:1.6em;
    padding-left: .5em;
    text-shadow: #666 1px 1px;
    font-weight:bold;
}
.login-window .z-combobox {
	
    
}
LABEL {
    display:block;
}
    
.signin-content {
 	padding: 20px; 
    font-size:1.4em;  
}
.signin-button {
    background: url(../images/signin-sprite.png) 0 -58px no-repeat; 
	width: 64px; 
    height: 24px;
    border:0;
    
}

.signin-button:hover {
    background: url(../images/signin-sprite.png) 0 -29px no-repeat; 
    width: 64px; 
    height: 24px;
    border:0;
}

.signin-instruction {
	margin: 10px 0px 10px 10px;
}

.signin:down { background-position: 0 0; width: 64px; height: 24px; } 

.login-textfields {
	margin: 20px 0px 0px 0;
}

.italic {
    font-style: italic;

}
.light-text {
    color:#999;    
}

.sign-in-button {
	-moz-box-shadow:0 1px 2px 0 #BBB ;
	-webkit-box-shadow:0 1px 2px 0 #BBB ;
	box-shadow:0 1px 2px 0 #BBB ;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0c428), color-stop(1, #d4ae31) );
	background:-moz-linear-gradient( center top, #e0c428 5%, #d4ae31 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0c428', endColorstr='#d4ae31');
	background-color:#e0c428;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ad861a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	padding:3px 30px;
	text-decoration:none;
	text-shadow:1px 1px 0px #8c650f;
}.sign-in-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d4ae31), color-stop(1, #e0c428) );
	background:-moz-linear-gradient( center top, #d4ae31 5%, #e0c428 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4ae31', endColorstr='#e0c428');
	background-color:#d4ae31;
}.sign-in-button:active {
	position:relative;
	top:1px;
}