/* Default Form */

/*input[type="text"], input[type="password"] {
	height: auto;
	cursor:
}*/

/*input[type="text"], input[type="password"], textarea {
	font-size: 9pt;
	color: black;
	background-color: #eee;
	border: 2px #bef groove;
}*/

textarea {
	font-size: 9pt;
	color: black;
	background-color: #eee;
	border: 2px #bef groove;
}

input:focus[type="text"], input:focus[type="password"], textarea:focus {
	background-color: #fff;
	border: 2px #def groove;
}

/*
input[type="button"],input[type="reset"], input[type="submit"] {
	color: black;
	font-weight: bold;
	background-color: #E0F1F4;
	padding: 2 4 2 4;
	border: 2px #bef groove;
}

input:hover[type="button"],input:hover[type="reset"], input:hover[type="submit"] {
	color: #41a9de;
	font-weight: bold;
	border: 2px #def groove;
	cursor: pointer;
}*/

input:hover[type="submit"].disabled {
	color: white;
}

select {
	background-color: #E0F1F4;
	border: 2px #def groove;
}
textarea {
	overflow:auto;
}

legend {
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;
	color: white;
}

label {
	display: block;
	float: left;
	color: white;
	text-align: left;
	font-size: 8pt;
}

.loginLegend {
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}

.formLabel {
	font-size: 9pt;
	padding-right: 10px;
	width: 100px;
}

.formInput {
	width: 300px;
}

.formButton {
	width: 200px;
}

.formErrors {
	color: red;
	font-size: 9pt;
	margin: 10px auto;
	text-align: center;
}

#numof {
	font-size: 8pt;
}
