@charset "utf-8";
/* CSS Document */
.meassage {
	padding:50px 0;
}
.meassage .input {
	height:30px;
	margin-bottom:20px;
}
.meassage .textarea {
	height:300px;
	margin-bottom:20px;
}
.meassage .textarea textarea {
	height:278px;
	width:600px;
	vertical-align:top;
	border:1px #ccc solid;
	padding:10px;
}
.meassage .input span {
	display:inline-block;
	width:170px;
	padding-right:10px;
	text-align:right;
}
.meassage .input span {
	*display:inline;
}
.meassage .select select {
	width:200px;
	height:28px;
	line-height:28px;
	border:1px #ccc solid;
}
.meassage .input .input1 {
	height:28px;
	line-height:28px;
	width:200px;
	border:1px #ccc solid;
}
.meassage .btn {
	padding-left:330px;
	padding-top:20px;
}
.meassage .btn input{
	width:160px;
	height:30px;
	line-height:30px;
	font-family:"微软雅黑";
	color:#d7e9f6;
	background:#061c4c;
	border:0;
	margin-right:20px;
	cursor:pointer;
}



