@charset "utf-8";
label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	float: left;
	width: 140px;
	}

input.formInputText   {
	font-size: 10px;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px #f66;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
legend {
	font-weight: bold;
}
fieldset {
	margin-bottom: 15px;
}
.wideLabel {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	float: left;
	width: 200px;
}
.yesnoLabel {
	font-weight: bold;
	line-height: normal;
	text-align: left;
	margin-right: 10px;
	float: none;
	width: 200px;
}

