@charset "utf-8";
body {
	background-color: 50061B;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../layout/body.gif);
	background-repeat: repeat;
}
#login_box{
	position: relative;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #50061B;
	padding: 10px;
	width: 320px;
}
label{
	font-size: 0.8em;
	color: #50061B;
	clear: left;
	float: left;
	width: 100px;
}
.txtbox{
	display: block;
	margin-bottom: 5px;
	width: 200px;
	color: 50061B;
	padding: 2px;
	border: 1px solid #590B22;
}
#logo{
	text-indent: -999px;
	overflow: hidden;
	height: 74px;
	background-image: url(../layout/li_logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	position: relative;
	margin-bottom: 10px;
}
#li_button{
	margin-left: 260px;
	display: block;
	margin-top: 5px;
}
