div.form_label    
{ 
	width: 150px;
	border: solid red 1px;
	font-weight: bold;
	font-size: 15px;
	float:left;
}

div.form_field    
{ 
	width: 350px;
	border: solid lime 1px;
	margin-left: 10px;
	float:left;
}

div.form_submit  
{ 
	width: 200px;
	border: solid orange 1px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 12px;
	color: orange;
	float:left;
}

div.form_info
{ 
	width: 200px;
	margin-left: 10px;
	border: solid yellow 1px;
	float:left;
}

input.defaultform
{
 	width: 300px;
}

select.defaultform
{
 	width: 300px;
}

textarea.defaultform
{
 	width: 300px;
	height: 200px;
}

br.clear
{
 	clear: both;
	margin-bottom: 20px;;
}