/* CSS Document */
.glyphicon-asterisk {
	vertical-align: super;
	font-size: 60%;
	color: red;
}

/*
 Globally, we have no padding so as to squeeze more into the page
This does not lokok good here, so pad around the form
*/
.form-horizontal {
	padding: 0.75em;
}

