fieldset
{
	border: 1px solid #000;
	background-color: #fff;
	width: 50em

}

legend
{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #fff;
	padding: 2px 6px
}

table
{
	float: center;
	text-align: left;
	background-color: #fff;
	margin-top: 2px;
}

td
{
	background-color: #fff;
}

table.register
{
	width: 30em;
}
