.wrap{
	width: 1200px;
	margin:0 auto;
	background: #fff;
	min-height: 560px;
}
.wrap h3{
	margin:10px 80px;
	border-bottom:1px solid #eee;
	padding-left: 20px;
	line-height: 40px;
}
.passwordasp{
	width:540px;
	margin: 60px auto;
	cursor: pointer;
}
.phone,.mail{
	width:256px;
	float: left;
	height: 160px;
	border:1px solid #eee;
	border-radius: 5px;
	text-align: center;
	color:#999;
}
.mail{margin-left: 20px;}
.password-cont{
	
}
.phone-icon{
	width: 71px;
	height: 70px;
	background: url(../images/user/phone.png) no-repeat;
	margin:20px auto;
}
.mail-icon{
	width: 70px;
	height: 70px;
	background: url(../images/user/mail.png) no-repeat;
	margin:20px auto;
}
.hover{
	border:1px solid #00A8F0;
	color:#00A8F0;
}
.hover .phone-icon{
	background-image: url(../images/user/phone-hover.png);
}
.hover .mail-icon{
	background-image: url(../images/user/mail-hover.png);
}