form legend{
	padding:2px;
	font-weight:bolder;
	font-size:120%
}

form fieldset{
	border:none;
}

form label{
	float: left;
	width: 192px;
	font-weight: bold;
}

form input, textarea, select{
	margin-bottom: 5px;
	}

form input[type="submit"], form input[type="button"]{
	width:auto;
}


.boxes{
	width: 1em;
}

.submitButton{
	margin-left: 120px;
	margin-top: 5px;
	width: 90px;
}

form br{
	clear: left;
}
