@charset "utf-8";
body {

}
.login{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
.account{
	height: 206px;
	width: 227px;
	padding-left: 15px;
	position: absolute;
	left: 55px;
	top: 180px;
}
.account .text{
	height: 18px;
	margin-top: 4px;
	margin-bottom: 12px;
}
.nav{
	position: absolute;
	left: 800px;
	top: 140px;
}
.nav ul{
	margin: 0px;
	padding: 0px;
}
.nav ul li{
	background-image: url(../images/icon_nav.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 14px;
	list-style-type: none;
	margin-bottom: 7px;
}
.nav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #456ab3;
	font-weight: normal;
	text-decoration: none;
}
.nav ul li a:hover{
	color: #F00;
}
.account .button{
	height: 28px;
	width: 60px;
	color: #036;
}
.footer{
	font-size: 13px;
	color: #2a6c9d;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	left: 60px;
	top: 460px;
	padding-bottom: 30px;
}
.footer a{
	color: #C60;
	text-decoration: none;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 10px;
}
.footer a:hover{
	color: #F00;
	text-decoration: none;
}
