fieldset {
	border: 1px solid #006;
	margin-bottom: 10px;
	padding:5px;
	width:500px;
}
fieldset p {
	clear: both;
	padding: 0px 5px;
	margin: 3px 0px;
}
fieldset p label {
	float: left;
	width:200px;
}
fieldset th {
	font-size:10px;
	background-color:#999;
	text-align:left;
	color: #fff;
}
