/* one-time and fine-grained styling */

/* required fields */
.required {
	font-weight: bold;
}

/* field errors */
.error {
	color: red;
	font-family: italic;
}

/* notes and callouts */
.note {
	font-style: italic;
}

/* pseudo-h1 on the pages */
.light-emphasis {
	font-size: 120%;
}

/* right-floated areas */
.float-right {
	float: right;
	margin: 10px;
}