


fieldset p {
	clear:both;
	margin-bottom:1em;
}

fieldset p label {
	float:left;
	width:100px;
	line-height:16px;
}

fieldset p input {
	width:200px;
	height:16px;
	background-color:#FFF;
	border:1px solid #000;
}

fieldset p textarea {
	width:198px;
	background-color:#FFF;
	border:1px solid #000;
	padding:1px 2px 1px 3px;
}

fieldset input.submit {
	float:left;
	width:205px;
	height:18px;
	background-color:#FFF;
	text-align:center;
}