div.fieldset
{
	margin-bottom: 20px;
	padding: 5px;
}

/* clears floats in standards-compliant browsers */
div.fieldset:after
{
	content: ".";
	display: block;
	clear: left;
	visibility: hidden;
	height: 0;
}

/* used by IE/Win, but hidden from IE/Mac \*/
* html .fieldset { height: 1%; }
/* end hide from IE/Mac */

div.fieldsetheading
{
	margin-bottom: 5px;
	padding: 2px;
	font-weight: bold;
	color: white;
	background: #000066;
}

div.fieldlabel
{
	clear: left;
	float: left;
	width: 300px;
	line-height: 15pt;
}

div.fieldinput
{
	float: left;
	width: 200px;
}