.form ul,.form li{
	list-style: none;
}
input::-webkit-input-placeholder{ 
    color:#8D8D8D;
}
input:-moz-placeholder{ 
   color:#8D8D8D;
}

input:-ms-input-placeholder{ 
   color:#8D8D8D;
}
.head h1{
	padding: 35px 0;
	text-align: center;
	font-size: 36px;
	color: #333;
	font-weight: 500;
}

.form{
	max-width: 300px;
	width: auto;
	margin: 0px auto;
}
.form li{
	position: relative;
	margin-bottom: 22px;
}
.form li .user{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 50px;
	width: 100px;
	text-align: right;
	display: none;
}
.form li .user i{
	color: #ff0300;
}
.form li .inp{
}
.form li .inp input,
.form li .inp select{
	/*background: url(../images/reg/Background.png) no-repeat center center;
	background-size: 100% 100%;*/
	width: 100%;
	height: 40px;
	line-height: 50px;
	padding: 5px 15px;
	border: none;
	outline: none;
	resize: none;
	color: #8D8D8D;
	font-size: 16px;
	border: 1px solid #00b336;
	box-sizing: border-box;
}
.form li .inp .propent{
	display: none;
	margin-top: 12px;
	font-size: 15px;
	color: #ff0300;
}
.reg_ps{
	position: relative;
    margin-bottom: 18px;
}
.box_a{
	display: inline-block;
    padding-left: 36px;
    font-size: 16px;
}
.box_a:before{
	position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(https://psr.veeam.com/global/img/icon/hybrid_form_controls.png) no-repeat 0 -205px;
    cursor: pointer;
}
#boxa{
	display: none;
}
.box_a.off:before{ 
	background-position: 0 -165px;
    
}
.btn{
	/*padding-left: 110px;*/
}
.btn a{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #00b336;
	text-decoration: none;
	/*transition: background ease-out .3s;*/
	/*background: url(../images/reg/btn-bj.png);*/
	/*background-size: 100% 100%;*/
}
.register{
	background: #f7f7f7;
	padding-bottom: 50px;
}
.checkboxList{
	font-size: 16px;
	margin-bottom: 10px;
}
.multi-select{
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
}
.multi-select>p{
	float: left;
	width: 100%;
	padding-left: 20px;
}
.checkboxList-box{
	width: 100%;
}
