﻿/* CSS Document */
/*字体*/
body {
	background: #f6f8f9;
}

.pop{
	background-color: #fff;
}

.pop .head-title{
	margin: 0 30px;
	border-bottom:solid 1px #e6e6e6;
	height: 70px;
	line-height: 70px;
	text-align: left;
}

.pop .password-check{
	margin:20px 0px;
}

.pop .login-box-content{
	margin: 50px 135px 0;
	padding-bottom: 50px;
}
.close-icon{
	background: url(/static/images/close.png) no-repeat -11px -9px;
	background-position-x: -11px;
	background-position-y: -9px;
	position: absolute;
	width: 22px;
	height: 22px;
	right: 0px;
	top: 22px;
}