
label.main
{
	display: block;
	width: 40%;
}
.submit
{
	clear:both;
}

.multiple
{
	float: left;
	display: block;
}
.field
{
	clear: both;
	padding:5px;	
}
.error
{
  color: #ff0000;
}
.hint
{
  color: #ff0000;
  display:inline;
  font-size: 9px;
}
form.forms
{
	width:600px;
}
body
{  
}
