/* body {
	width: 550px;
	margin: 50px auto;
	font-size: 12px;
	color: #333333;} */
span {color: red;}
p, h6, input, textarea {display: inline-block;}
p{
	width:80px
}
h6 {font-weight: normal;}
/* .m-messageboard-title span {width: 6px;} */
.m-messageboard-title h6 {width: 40px;}
.m-messageboard-title span, .m-messageboard-title h6 {
	height: 32px;
	line-height: 32px;}
.m-messageboard-title input {
	height: 32px;
	width: 500px;
	text-indent: 0.5em;
	outline: none;
	border: 1px solid #DDD;
	color: gray;
    line-height: 32px;}
.m-messageboard-title{
	padding-top: 20px;    
	width: 1198px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;}	
.m-messageboard-content {
	padding-top: 10px;
	width: 1198px;
    margin: 0 auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;}
/* .m-messageboard-content p {width: 46px;} */
.m-messageboard-content textarea {
	outline: none;
	resize: none; 
	text-indent: 0.5em;
	width: 500px;
	height: 300px;
	padding-top: 6px;
	border: 1px solid #DDD;
	vertical-align: middle;
	color: gray;}
.m-messageboard-save {
    width: 1198px;
    margin: 0 auto;
    border-left: 1px solid #e3ddcc;
    border-right: 1px solid #e3ddcc;
    border-bottom: 1px solid #e3ddcc;
    text-align: center;
    padding: 20px 0;}
.m-messageboard-save img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;}
.m-messageboard-save button {
	width: 80px;
	height: 30px;
	border: none;
	background: #20883a;
    color: #fff;
    border-radius: 2px;}
.m-messageboard-save button:hover {
	cursor:pointer;
	background: #20883a;}
#closemess {margin-left:20px;}
