/* CSS Document */
div.send_a_message {
}
div.send_a_message input[type=text],
div.send_a_message textarea {
	width: 100%;
}
div.send_a_message button {
	width: 120px;
	background-image: none;
	cursor: pointer;
}