body {
	background-color: #eee;
}
.main {
	padding-top: 70px;
}
.main>img {
	display: block;
	width:30%;
	margin: 20px auto 30px auto;
}
.main>h3 {
	font-size: 18px;
	text-align: center;
	color: #0098d966;
	line-height: 40px;
}
 ul {
	margin-top: 15px;
	background-color: #fff;
	padding-left: 15px;
}
 ul a {
	display: block;
	border-bottom: 1px solid #e5e5e5;
	line-height: 40px;
	color: #333;
	background: url(../images/gonext.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	-webkit-background-size: 7px 12.5px;
	background-size: 7px 12.5px;
}
 ul a:last-child {
	border-bottom: 0;
}
 ul a.changepass {
	position: relative;
}
 ul a.changepass span{
	position: absolute;
	right: 6%;
	top: 0;
	line-height: 40px;
	color: #c1c0c0;
	font-size: 12px;
}
a.exitlogin {
	display: block;
	width: 100%;
	line-height: 40px;
	text-align: center;
	color: red;
	background-color: #fff;
	margin-bottom: 50px;
}