@charset "utf-8";
/* CSS Document */

#maininputArea {
	font-family:Arial, Sans-Serif;
	font-size: 0.75em;
	line-height:20px;
	width:981px;
	margin-top:12px;
}
#maininputArea input, #maininputArea textarea {
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	margin-bottom: 15px;
	padding: 4px;
	background-color:#ffffff;
	color:#000000;
}
.mainname {
	width:220px;
}
.mainschool {
	width:220px;
}
.mainyear {
	width:105px;
}
.mainemail {
	width:336px;
}
.maincomments {
	width:971px;
	height:71px;
}
.mainsubmit {
	color:#ffffff !important;
	font-size: 1em !important;
	width: 96px !important;
	height:24px;
	padding-top:2px !important;
	background-image: url(../Images/main_feedback_button.jpg) !important;
	background-color: transparent !important;
	cursor:pointer;
	border:none !important;
}
.mainsubmit:hover {
	background-image: url(../Images/main_feedback_button_rollover.jpg) !important;
}
.activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #b51a82;
}
.idle {
	border: solid 1px #828385;
	background-color: #2c2c2e;
	background-repeat: repeat-x;
	background-position: top;
	color:#ffffff;
}