@charset "utf-8";
/* CSS Document */

/*
 pre-training-review
 @author: 		Neil Lamborn
 @version: 		1.0 20170115
 @requires: 	none
 @see: 				none
*/
 
form#standard div.field span.error {
    clear: both;
    color: #990000;
    /* display: none; */
    font-weight: bold;
}



span.debugModeText {	
	float:right;
	color:#F00
}

label.displayNone {	
	display:none
}

.mandatory {
    background-image: url("/student-administration/_images/icons/asterisk.gif");
    background-position: right 3px;
    background-repeat: no-repeat;
}

.agreement {
		margin-left:3em;
		margin-right:1em;
}

.noPadding { padding:0; }
.weightBoldRight { font-weight:bold; text-align: right; }


