form
	{
		position:relative;
		float:left;
		width:400px;
		border:none;
	}
fieldset
	{
		position:relative;
		float:left;
		width:400px;
		border:none;
	}
label
	{
		position:relative;
		float:left;
		width:150px;
	}
input
	{
		position:relative;
		float:left;
		width:120px;
	}
select
	{
		position:relative;
		float:left;
		width:330px;
	}
.input_row
	{
		position:relative;
		float:left;
		width:400px;
	}
