.leftFContainer {
	float: left; 
}
.rightFContainer {
	float: right; 
}
.field {
	float: left;  
	clear: both;
	width: 100%; 
	margin-top: 10px;
}
.field .required {
	float: left;
	width: 8px;
	line-height: 1.4em;
	cursor: default;
}
label {
	font-weight: bold;	
}
.field label {
	float: left;
	line-height: 1.5em;
}
.field label.rightLabel {
	float: right;
	font-weight: normal;
	line-height: 1.4em;
}
.field input {
	width: 180px;
	float: right;
}
.field input.checkbox, .field input.radio {
	width: auto;
	float: right;
}
.field select {
	margin-left: 10px; 
	float: left;
}
.field select.floatRight {
	float: right;
	width: 180px;
}
.newLineSpacer {
	clear: both;
	height: 40px;
}
input.button {
	border: outset 1px #DCDCDC;
}
textarea {
	overflow: auto;
}
.hiddenForm {
	display: none;
}