#center	fieldset div.row	{
	display: block;
	clear: both;
	margin: 10px 1px 1px 3px;
	padding: 0 0 10px 0;
}
		
#center fieldset div.row label	{
	float: left;
	width: 30%;
	font-weight: bold;
}
		
#center fieldset div.row label span	{
	color: #C00;
}
		
#center	fieldset div.row input	{
	float: left;
	width: 35%;
	margin: 0 0 10px 0;
}

div.buttons	{
	float: left;
	margin: 10px 0 0 3px;
	width: 220px;
}
		
div.buttons input	{
	display: inline;
}