form .fs {
	display:block;
	clear:both;
}
form .fs label {
	display:block;
	width:100px;
	float:left;
}
form .fs input {
	float:left;
}
form .fs textarea {
	width:300px;
	height:100px;
	margin-top:3px;
}