form br{
	clear: both;
}
	
label {
	line-height: 14px;
	font-size: 10.5px;
	width: 150px;
	display: block;
	float: left;
}

input.text {
	height: 17px;
	background-color: #FFFFFF; 
	color: Black; 
	font-size: 11px; 
	border: 1px solid #A5A5A5;
}

select {
	background-color: #FFFFFF; 
	color: Black; font-size: 11px; 
	border: 1px solid #A5A5A5;
	width: 200px;
	height: 18px;
	display: block;
	float: left;
}

textarea {
	background-color: #FFFFFF; 
	width: 200px;
	color: Black; 
	font-size: 11px; 
	border: 1px solid #A5A5A5;
	float: left;
}

#errors {
	color: red;
}

.mabutton {
  width:auto;
  overflow:visible;  
  margin: 0;
  padding: 0 4px 0 4px;
  font-size: 11px;
  line-height:1.2em;
}