.message
{
	padding:5px;
	background-color: #DEDEDE;
}


"/Users/dale/Downloads/recaptcha-php-1.10/example-captcha.php"{
	padding:5px;
	background-color: #DEDEDE;
}

#MessageActions .button
{
	float:left;
}

.message label {
	width:75px;
	display:block;
	float:left;
	clear:left;
}

.message .read-only-text {
	border:1px solid #666666;
	line-height:14px;
	padding:3px;
	width:235px;
	float:left;
	margin-bottom:2px;
}

.message textarea {
	height:90px;
	float:left;
}

.message .input_text {
	width:235px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	line-height:14px;
	padding:3px;
	margin-bottom:2px;
	font-size:13px;
	font-family:arial,helvetica,verdana,sans-serif;
	float:left;
}

.error {
	text-align:center;
	border:1px solid #FF0000;
	background-color:#FF8888;
}
.error h3 {
	margin:2px;
	padding:0px;
	text-align:center;
}

.message.reply textarea {
	width:300px;
}