/* BASIC FORM ELEMENT STYLES */

/* set up classes for each types of textual data, changing size */
.s1 { 
	font-size:.9em;
	padding-right:5px;
	text-align:left;
	color:#000000;
	width: 50px;
	}
	
.s2 {
	font-size:.8em;
	padding-right:5px;
	text-align:left;
	color: #000000;	
	width: 100px;
	}
	
.s3 {
	font-size:.8em;
	padding-right:5px;
	text-align:left;
	color:#000000;	
	width: 200px;
	}
	
.s4 {
	font-size:.8em;
	padding-right:5px;
	text-align:left;
	color:#000000;
	width: 250px;
	}
	
.s5 {
	font-size:.8em;
	padding-right:5px;
	text-align:left;
	color:#000000;
	width: 100%;
	}

.s6 {
	font-size:.8em;
	text-align:left;
	color:#000000;
	width: 225px;
	}
textarea {
	font-size:.8em;	
	text-align:left;
	color:#000000;	
	width: 80%;
	height: 100px;
}

/* styles for the error reporting on all forms */

.fieldrequired {
	
	font-size:.8em;
	padding-right:5px;
	text-align:right;
	color:#ff0000;
	font-weight:bold;
	}
.fieldlabel {
	font-size:.8em;
	padding-right:5px;
	text-align:right;
	color:#000000;
	}
	
#errors {
	display: none;
	font-size: 8pt;
	color: red;
	padding: 5px;
}

#errors span {
	font-weight: bold;
	color: #000;
}