#content 		{ width: 400px; height: auto; }
#inputbox 		{ width: 300px; height: 15px; 	float: right;	}
#textarea 		{ width: 300px; height: 200px; 	float: left; 	}
.form-row 		{ clear: both; 	height: auto; 	padding: 10px; overflow: visible; }
.form-row-text 	{ clear: both; 	height: auto; 	padding: 10px; overflow: visible; }
.form-label 	{ padding: 5px; float: left; }
.form-field 	{ float: right; }
.hide 			{ display:none; }
.show			{ display:block; }
