table.editor {
}

tr.editor-header {
}

tr.editor-header div.editor-header-info {
	display: inline;
}

td.editor-header {
	padding-bottom: 20px;
}

tr.editor-element {
}

tr.editor-element-extra-spacing {
}

td.editor-element-label {
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
	min-width: 40px;
}

tr.editor-element-extra-spacing td.editor-element-label {
	padding-top: 15px;
}

td.editor-element-label-required {
}

td.editor-element-label-optional {
}

td.editor-element-input {
}

tr.editor-element-extra-spacing td.editor-element-input {
	padding-top: 15px;
}

td.editor-element-input div.editor-element-input-info {
	width: 75%;
	padding-bottom: 5px;
}

td.editor-element-input textarea {
	width: 250px;
	height: 150px;
}

td.editor-element-input textarea.respect-size {
	width: auto;
	height: auto;
}
