@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;
}