@charset "utf-8";
@import "../../SharedCSS/reset.css";
@import "../../SharedCSS/text.css";
@import "../../SharedCSS/forms.css";


/* global on/off */
#HIDDENCONTROLS { display: none }

/* begin layout */
html { position: relative; }

body { background: #fff }
#container{
	width: 564px;
	height: 308px;
	margin: 50px auto 0;
	background: url(images/bg_login_panel.png) no-repeat;
	position: relative
}
#loginform h4{display: none}

#loginform{height: 200px;
position: relative;
background: none;
left: 10px;
top: 140px;
}
input#enterAdmin{
display: block;
width: 166px;
height: 43px;
background: transparent url(images/btn_enterAdmin.png) no-repeat;
position: relative;
left: 170px;
top: 8px;
}
input#enterAdmin:hover{background-position: bottom left;}
#syserror{
position: absolute;
top: 320px;
width: 490px;
margin: 0;
}
#sysok{
position: absolute;
top: 320px;
width: 490px;
margin: 0;
}
#lost_password_form{margin-left: 30px}
#lost_password_question{
left:425px;
position:relative;
top:70px;
}
#lost_password_response{
  padding: 15px 20px 0 0;
  color: #555
}
#lost_password_response .fail{color: red}
#lost_password_response .success{color: green}
label{font-size: 16px}
#lost_password_reset h3{
margin-bottom: 2px	
}
#lost_password_reset{position: relative;margin-left: 30px}
#lost_password_reset label{
	display:inline-table;
width:140px;
}
#lost_password_reset_response{
padding-top: 10px
}
