@CHARSET "UTF-8";

.requiredRed {
	color: #ff0000;
	font-size: 120%;
}

legend {
	font-weight: bolder;
}

.small {
	font-size: small;
}

div.row {
	clear: both;
	padding-top: 10px;
}

div.row label {
	float: left;
	width: 20%;
	text-align: right;
}

div.row input {
	float: right;
	width: 79%;
	text-align: left;
}

