/* BASIC FORM ELEMENT STYLES */

input[type=text] {
	width: 200px;
}

textarea {
	width: 400px;
	height: 100px;
}

.req {
	color: #f00;
	font-weight: bold;
}

/* styles for the error reporting on all forms */
#errors {
	display: none;
	font-size: 8pt;
	color: red;
	padding: 5px;
}

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