/* FORMING */

/* INPUTS */
input {
	width:300px;
	font-size:8pt; font-family:lucida sans unicode, verdana;
}
input.error {
	border:2px solid #ec008c;
}

/* TEXT AREAS */
textarea {
	width:300px; height:150px;
	font-size:8pt; font-family:lucida sans unicode, verdana;	 
}
