@CHARSET "UTF-8";

#login_err{
	width:600px;
	height:40px;
	line-height:40px;
	margin: -200px 0 0 -300px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: red;
	text-align: center;
}
#login_box_out{
	width:600px;
	height:316px;
	margin: -158px 0 0 -300px;
	position: absolute;
	top: 50%;
	left: 50%;
	background-image: url("../img/login_bg.png");
}
#text_box{
	margin-left: 240px;
	margin-top: 53px;
	margin-bottom: 65px;
}
#text_box input{
	font-size: 18pt;
	width: 250px;
}
#login{
	margin-bottom: 42px;
}

#button{
	height: 52px;
	width: 229px;
	margin: auto;
}

#login_button{
	background-image: url("../img/login_button1.png");
	background-repeat:no-repeat;
	background-color:transparent;
	border: none;
	width:100%;
	height:100%;
	text-indent: -9999px;
	cursor: pointer;
}
#login_button:hover{
	background-position:left bottom;
}