.editor label, .editor input[type=button], .editor input[type=submit] {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.editor label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

.editor br {
	clear: left;
}