@charset "utf-8";
/* CSS Document */
.msgtxt{
	font-size: 16px;
	color: #7f8c8c;
	margin: 0px 0px 25px 0px;
}
.msginput{
	width: 100%;
	height: auto;
	margin: 0px 0px 8px 0px;
}
.msginput li{
	width: 100%;
	height: 35px;
	margin: 0px 0px 15px 0px;
	font-size: 0
}
.msginput li p{
	float: left;
	width: 80px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	text-align: left;
	color: #7f8c8c;
}
.msginput li textarea{
	overflow:hidden;
	float: left;
	outline:none;
	display: block;
	width: 380px;
	height: 35px;
	line-height: 38px;
	font-size: 16px;
	text-align: left;
	padding: 0px 10px;
	vertical-align: middle;
	resize:none;
	border: none;
	background: #e5e6e6;
	-moz-border-radius: 8px;      /* Gecko browsers */
    -webkit-border-radius: 8px;   /* Webkit browsers */
    border-radius:8px;            /* W3C syntax */
    -moz-box-shadow:5px 5px 5px #d9dada inset;               /* For Firefox3.6+ */
	-webkit-box-shadow:5px 5px 5px #d9dada inset;            /* For Chrome5+, Safari5+ */
	box-shadow:5px 5px 5px #d9dada inset;                    /* For Latest Opera */
}
.rightMain button{
	text-align: center;
	height: 45px;
	width: 170px;
	color: #fff;
	line-height: 45px;
	font-size: 18px;
	-moz-border-radius: 8px;      /* Gecko browsers */
    -webkit-border-radius: 8px;   /* Webkit browsers */
    border-radius:8px;            /* W3C syntax */
    background: #a57842;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 3px #8e6437 solid;
    outline:none;
    cursor:pointer;
}