body{
	background: #ebebeb;
	font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif;
	color: #222;
	font-size: 12px;
}
*{padding: 0px;margin: 0px;}
.top_div{
	background: #008ead;
	width: 100%;
	height: 400px;
}
.tou{
	background: url("/static/plugs/login/tou.png") no-repeat;
	width: 97px;
	height: 92px;
	position: absolute;
	top: -87px;
	left: 150px;
}
.left_hand{
	background: url("/static/plugs/login/left_hand.png") no-repeat;
	width: 32px;
	height: 37px;
	position: absolute;
	top: -38px;
	left: 157px;
}
.right_hand{
	background: url("/static/plugs/login/right_hand.png") no-repeat;
	width: 32px;
	height: 37px;
	position: absolute;
	top: -38px;
	right: -75px;
}
.initial_left_hand{
	background: url("/static/plugs/login/hand.png") no-repeat;
	width: 30px;
	height: 20px;
	position: absolute;
	top: -12px;
	left: 107px;
}
.initial_right_hand{
	background: url("/static/plugs/login/hand.png") no-repeat;
	width: 30px;
	height: 20px;
	position: absolute;
	top: -12px;
	right: -125px;
}
.login-body{
	background: rgb(255, 255, 255);
	margin: -100px auto auto;
	border: 1px solid rgb(231, 231, 231);
	border-image: none;
	width: 400px;
	height: 200px;
	border-radius: 8px;
}
.login-catoon{
	width: 165px;
	height: 96px;
	position: absolute;
}
.login-main{
	padding: 25px 30px 0;
}
.login-title{
	font-size: 18px;
	text-align: center;
	font-family: Verdana;
}