.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;
}

form.formatted label {
	display:		block;
	width:			110px;
	float:			left;
	text-align:		right;
	padding-right:	8px;
	font-size:		0.9em;
	font-weight:	bold;
}
