@charset "utf-8";
/* CSS Document */

label {
	display: block;
	clear: both;
	float: left;
	text-align: right;
	width: 8em;
	margin: -1em 0 0 10px;
}

label.first {
	margin-top: 1em;	
}

input, textarea, select, span.fieldCount, span.staticValue, a.submitButton {
	display: block;
	position: relative;
	top: -1.4em;
	left: 8.7em;
	font: 1.1em Arial, Helvetica, sans-serif;
}
span.staticValue {
	text-align: left;
	width: 600px;
	margin: 2px 0 4px;
	cursor: text;
}

span.fieldCount {
	width: 15em;
	text-align: left;
	cursor: text;
}

/* Fix for IE */
#ie select, #ie span.fieldCount, #ie span.staticValue {
	margin-left: 10px;
}

a.submitButton {
	clear: both;
	top: 0;
	left: 10.5em;
}

.validationError, .returnLink a {
	font: 1.1em Arial, Helvetica, sans-serif;
}

.returnLink, .bodyText {
	margin-left: 10px;
}

.bodyText {
	font: 1.2em Arial, Helvetica, sans-serif;
}

.addResultMargin {
	margin-top: 20px;
	margin-left: 10px;
}
