
#content form div
{
	clear: both;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
#content form fieldset
{
	border: 1px solid #CCCCCC;
	margin-top: 1em;
}
#content form fieldset legend
{
	font-weight: bold;
	color: #555;
}
#content form label
{
	display:block;
	float:left;
	padding-right:0.5em;
	text-align:right;
	width:11em;
}

	#content form div.required label
	{
		font-weight: bold;
	}
	
#content form input
{
	width: 19em;
	border: 1px solid #ccc;
	background: #e0e0e0;
	padding: 2px 5px;
}

#content form fieldset#formButtons
{
	padding: 3px 10px 3px 0;
	text-align: right;
}