fieldset
{
	float: left;
	clear: left;
	width: 98%;
	margin: 1px 0 1px 1px;
	padding: 5px 1px 1px 1px;
	border: 1px solid #BABABA;
	background-color: #CACACA;
	background-image: url(/6th/img/css/bg_line.gif);
	background-repeat: repeat-x;
}

legend
{
	margin-left: 30px;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol
{
	padding: 1px 1px 0 1px;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
}

label
{
	position: relative;
	float: left;
	width: 80px;
	margin-right: 20px;
}

label em
{
	position: absolute;
	left: 10px;
	top: 0;
}

#header
{
	width: 98%;
	margin: 10px 0 0 30px;
}
