fieldset {
	width:480px;
	padding:0;
	margin:0;
	border:0;
}

fieldset label {
	width: 110px;
	float: left;
	margin-bottom: 10px;
}

input {
	width: 180px;
	float: left;
	margin-bottom: 10px;
	border:solid 1px #666;
}

textarea {
	width:320px;
	float:left;
	margin-bottom: 10px;
	border:solid 1px #666;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 12px;
	float:left;
}

.submit, .reset {
	width:80px;
	margin-right:8px;
}

fieldset br {
	clear: left;
}