body {
	background-image: url(../img/login/head/head_rep.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	height: 100%;
	background-position: top;
}
#footer {
	background-image: url(../img/login/foot/rep.gif);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0px;
	overflow: auto;
	width: 100%;
	left: 0px;
}
#login {
	background-image: url(../img/login/login_bg.gif);
	height: 210px;
	width: 206px;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-left: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 30px;
}
#logpass {
	padding-top: 5px;
	
}
#logid {
	
}
.input {
	height: 15px;
	width: 170px;
	border: 1px solid #666666;
	margin-bottom: 2px;
}
form {
	margin: 0px;
}
html {
	height: 100%;
}
.error {
	width: 300px;
	background-image: url(../img/common/icon/error.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	height: 41px;
	padding-left: 50px;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	text-align: middle;
	vertical-align: middle;
	border: 1px solid #666666;
	padding-top: 5px;
	
}
