@charset "utf-8";
html, body, div { margin:0; padding:0; border:0; background:transparent; }

body {
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #333;
}
#login {
	height: 194px;
	width: 330px;
	margin-top: 190px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/dl_bg.png);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-left: 35px;
}

.id{
	padding-left: 38px;
	border: 0px;
	width: 242px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/id.jpg);
	background-repeat: no-repeat;
	}
	.password{
	padding-left: 38px;
	border: 0px;
	width: 242px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/password.jpg);
	background-repeat: no-repeat;
	}.submit {
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 107px;
}
#footer { position:fixed; bottom:0; background:#036ddc; width:100%; height:50px; line-height:50px; z-index:9999; opacity:.60; 
filter:alpha(opacity=60); _bottom:auto; _width:100%; _position:absolute; 
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-
(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
text-align: center; color:#FFF;
}

</style>