*{
	padding: 0;
	margin: 0;
	border: 0;
}
a{
	text-decoration: none;
}
.clear{
	clear: both;
}
body{
	background: #f9f9f9;
}
.main{
	width: 100%;
	padding: 30px 10px 10px;
	box-sizing: border-box;
}
h2{
	font-size: 18px;
	font-weight: normal;
	line-height: 42px;
	width: 100%;
	margin-bottom: 20px;
}
form{
	width: 100%;
}
form label{
	width: 100%;
	display: block;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
}
form label span,form label input{
	float: left;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
}
form label span{
	width: 20%;
	display: block;
}
form label input{
	width: 80%;
	background: #f9f9f9;
	outline: none;
}
form button{
	width: 100%;
	display: block;
	height: 36px;
	line-height: 36px;
	background: #1eb16b;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin-top: 26px;
}
input::-webkit-input-placeholder {
 　　color: #dcdcdc;
}
input:-moz-placeholder {
  　　color:#dcdcdc;
}
input::-moz-placeholder{
  　　color:#dcdcdc;
}
input:-ms-input-placeholder{
  　　color:#dcdcdc;
}
.active{
	border-bottom: red;
}
