#message-body{
	width: 7.5rem;
	height: auto;
	overflow: auto;
	padding: 0.2rem 0;
}
.title{
	width: 7.5rem;
	height: auto;
	overflow: auto;
	padding: 0.3rem 0 0.15rem 0;
}
.title p{
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.24rem;
	color: #666;
	font-weight: bold;
}
.title h1{
	text-align: center;
	line-height: 0.5rem;
	font-size: 0.3rem;
	color: #444;
}
.message-content{
	width: 6.5rem;
	height: auto;
	overflow: auto;
	margin: 0.2rem auto;
}
.message-content form{
	display: block;
	width: 6.5rem;
	height: auto;
	overflow: auto;
}
.message-content form table{
	display: block;
	margin: 0 auto;
	width: 6.5rem;
}
.message-content form table tr{
	width: 6.5rem;
}
.message-content form table tr td:nth-child(1){
	width: 2rem;
	text-align: right;
	padding-right: 0.1rem;
	font-size: 0.28rem;
	line-height: 0.6rem;
	color: #222;
}
.message-content form table tr td input{
	width: 4.5rem;
	height: 0.6rem;
	display: block;
	margin: 0.2rem auto;
	border-radius: 0.05rem;
	border: 0.01rem solid #ccc;
	font-size: 0.24rem;
	color: #666;
	line-height: 0.6rem;
	padding-left: 0.2rem;
}
.message-content form table tr td textarea{
	display: block;
	width: 4.5rem;
	height: 3rem;
	margin: 0.2rem auto;
	border-radius: 0.05rem;
	border: 0.01rem solid #ccc;
	font-size: 0.24rem;
	color: #666;
	line-height: 0.5rem;
	padding: 0.05rem 0.2rem;
}
.button{
	display: block;
	clear: both;
	width: 2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #0090D9;
	font-size: 0.24rem;
	text-align: center;
	color: #fff;
	margin: 0.2rem auto;
	border: none;
	outline: none;
}