@charset "utf-8";

.message{
	margin: 30px 0px;
}

.board{
	background: #F5F5F6;
	border-radius: 4px;
	padding: 30px;
}

.board h3{
	text-align: center;
	font-size: 18px;
	color: #666;
	line-height: 28px;
}

.board h5{
	text-align: left;
	font-size: 16px;
	color: #aaa;
	line-height: 28px;
	font-weight: 400;
}

.board input[type=text],
.board textarea{
	background-color: #fff;
	border-radius: 4px;
}

.board .yzm{
	height: 38px;
}