div.controls {
	padding: 0px 0px 20px 0px;
}

input, textarea, button 
{
	float: left;
	font-family: sans-serif;
	font-size: 11px;
}

fieldset input, fieldset select 
{
	width: 250px;		
}

input.submit-button
{
	width: 100px;		
}

fieldset legend {
font-size: 14px; font-weight: bold; margin-top: 10px;
}

textarea 
{
	width: 250px;
	height: 100px;
}

#content div.intro 
{
	width: 100%;
}

#content div.field 
{
	margin: 0px 0px 4px 0px;
}

#content form h2 
{
	width: 430px;
	padding: 4px 0px 4px 8px;	
	background-color: #ECECEC;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

label 
{
	display: block;
	clear: both;
	float: left;
	width: 130px;
	padding: 4px 0px 4px 8px;		
}

button.submit 
{
	clear: both;
	margin: 10px 0px 0px 0px;
	font-size: 13px;	
}
