fieldset.formGrid 
{
	border: none;
}
div.formRow 
{
	float: left;
}
div.formRow>*
{
	float: left;
}
div.formRow>label 
{
	width: 100px;
}
div.formRow>input 
{
	width: 250px;
}
div.formRow>input[type=submit],
div.formRow>button 
{
	width: auto;
}
