
/* for forms */
label {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.text_input {
	width: 400px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea {
	width: 400px !important;
	height: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.errMsg {
	color: #93B300;
}

