/* GENERAL STYLES */

/* Error Message */
#errorBox {
	color: #c00;
	padding: 5px;
	margin: 0 0 15px 0;
	border: 1px solid #c00;
}

/* Form Rows */
.formRow {
	position: relative;
	*height: 1%;
	padding-left: 120px;
	margin-bottom: 5px;
	}

	.formRow label {
		position: absolute;
		top: 2px;
		left: 0;
		text-align: right;
		width: 110px;
		}
		.formRow span.multiElement * {
			position: static;
			width: auto;
			display: inline;
		}
	.formRow input, .formRow select {
		width: 215px;
	}
	.formRow input.submit {
		width: auto;
	}

/* Button Row */
.buttonRow {
	position: relative;
	*height: 1%;
	padding-left: 120px;
	margin-bottom: 5px;
}


/* EDITOR PROPERTIES */
