@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	background-color: #eee;
	font-size: 12px;
	line-height: 180%;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #f90;
}
a:active {
	text-decoration: none;
	color: #666;
}
#box {
	width: 1004px;
	margin: auto;
}
#header {
	border-bottom: 1px #fff solid;
}
#main {
	border-top: 1px #cbccce solid;
	border-bottom: 1px #afb0b4 solid;
	height: 422px;
	background: url(../images/login_bd.jpg);
}
#main ul {
	padding: 150px 0 0 550px;
	margin: 0;
}
#main li {
	padding: 4px 0;
	list-style-type: none;
}
#username,#password {
	width: 120px;
}
#img_botton {
	margin: 10px 0 0 22px;
}
.text {
	border: 1px #87a2b7 solid;
	padding: 2px 3px;
}
#footer {
	height: 114px;
	background: url(../images/foot_bg.gif);
}
#footer p {
	color: #666;
	padding: 30px 0 0 160px;
	margin: 0;
}
