#message-box textarea { background: #2f2920 url("./message.png") right bottom no-repeat; }

#message-box .inputbox::placeholder { color: #D0C3B8; }

#message-box .inputbox:hover::placeholder { color: #FFF; }

#message-box .inputbox {
	background-color: #534539;
	border-color: #625040 !important;
	color: #FFF;
}

#message-box .inputbox:hover {
	background-color: #41382C !important;
	border-color: #625040 !important;
	color: #FFF;
}

#message-box .inputbox:hover, #message-box .inputbox:focus {
border: 1px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
outline-style: none;
	}

#message-box .inputbox {
	border: 1px solid transparent;
	padding: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
}