@charset "utf-8";
.message{ 
	font-family: roboto;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	padding-bottom: 30px;
}
.form{
	background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px;
    width: 99%;
    margin: 40px auto 0;
	position: relative;
	padding: 20px 50px 40px;
}
.form-tit{
	font-size: 26px;
	color: #7E7E7E;
    text-align: left;
    letter-spacing: -0.05em;
    line-height: 20px;
    margin-bottom: 10px;
}
.glyphicon{
	font-size:18px;
	vertical-align:middle;
	top:-3px;
	color: #999;
}
.glyphicon-envelope {
	top: -86px;
}
.block{
	line-height:45px;
	background: #fff;
	width:95%;
	margin-top: 25px;
	position: relative;
	text-indent: 2em;
}
.block:nth-last-of-type(1) {
	text-indent: 0;
}
.block>span:nth-of-type(1) {
	color: #dd2f46;
}
.block input{
	height:45px;
	width:32%;
	text-indent: 1em;
	border: 1px solid #e0e0e0;
}
.block>span:nth-last-child(1) {
	font-size: 12px;
	color: #999;
	margin: 0 0 0 1.5em;
}
.block1{
	width:95%;
	padding-left:28px;
	margin-top: 32px;
	position: relative;
}
.block1>span {
	position: relative;
	top: -110px;
}
.block1>span:nth-of-type(1) {
	color: #dd2f46;
}
.block1 textarea{
	width:86%;
	height: 124px;
	padding-top: 10px;
	min-width:300px;
	max-width:610px;
	min-height:80px;
	max-height:200px;
	border-color:#e0e0e0;
	text-indent: 1em;
}
.block1>p {
	font-size: 12px;
	color: #999;
	margin: 10px 0 10px 85px;
}
.errorInfo{
	position:absolute;
	right: 5%;
	bottom:-37px;
	font-size:13px;
	color: #f44336;
}
.button{
	font-size: 14px;
	color:#fff;
	width: 120px;
	line-height: 36px;
	background: #999;
	border: 0;
	margin-top: 20px;
	margin-left: 13.5%;
}
.button:hover{
	background: #666;
}