label { display: block; float: left; width: 100px; }

textarea#feedback { margin: 0; width: 400px; height: 200px; }

.posMessage, .negMessage { 
	margin: 1.5em 0;
	border: 1px #ddd solid;
	padding: 5px;
	font: 13px "trebuchet ms", arial, sans-serif;
	background-color: #f5f5f5;
}

.posMessage { color: #0a0; }
.negMessage { color: #a00; }