/* BASIC FORM ELEMENT STYLES */

.align_r {
	text-align: right;
}

.req {
	color: #fc0000;
}

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

textarea {
	width: 75%;
	height: 100px;
}

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

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