#message{
	width: 100%;
	min-width: 1200px;
	height: auto;
	overflow: auto;
}
.message-body{
	width: 1200px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
	padding: 40px 0;
}
.title{
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 15px 0;
}
.title h1{
	font-size: 30px;
	color: #444;
	line-height: 60px;
	text-align: center;
}
.title p{
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	color: #666;
}
.title-line{
	width: 60px;
	height: 2px;
	margin: 10px auto;
	background: #0090D9;
}
.message-content{
	width: 1200px;
	height: auto;
	overflow: auto;
	padding: 20px 0;
	margin: 0 auto;
}
.message-content form{
	display: block;
	width: 600px;
	height: auto;
	overflow: auto;
	margin: 0 auto;
}
.message-content form table{
	margin: 0 auto;
}
.message-content form table tr{

}
.message-content form table tr td:nth-child(1){
	text-align: right;font-size:18px;color:#444;line-height:50px;
}
.message-content form table tr td input{
	width: 580px;
	height: 50px;
	display: block;
	margin: 20px auto;
	border-radius: 5px;
	outline: none;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	padding-left: 20px;
}
.message-content form table tr td textarea{
	display: block;
	width: 580px;
	height: 250px;
	margin: 20px auto;
	border-radius: 5px;
	outline: none;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #666;
	line-height: 50px;
	padding: 5px 20px;
}
.message-content .button{
	display: block;
	margin: 30px auto;
	width: 140px;
	height: 35px;
	background: #0090D9;
	text-align: center;
	line-height: 35px;
	color: #fff;
	outline:none;
	border:none;
}