@import url('errors.css');

label {
  font-size: .9em;
	display: block;
	float: left;
	width: 90px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.formw {
  float: right;
}

div.buttons {
	clear: both;
	float: left;
	width: 300px;
	padding-top: 20px;
}

