@CHARSET "utf-8";

.feedbackcontainer{
	float: left;
	font-size: 14px;
	right: 10px;
	width: 100%;
	color: #045ba8;
}
.feedbackinstructions{
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.feedbackformlabel{
	margin-bottom: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	font-size: 14px;
	right: 0px;
	width: 100%
}
.feedbacksubmit{
	float: left;
	padding-left: 211px;
}
.feedbacklabel{
	float: left;
	width: 230px;
	text-align: right;
}
.feedbackinput{
	float: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #d2e3e9;
	margin-right: 5px;
	width: 290px;
}
.feedbackinput:hover{
	float: right;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #fffdfd;
	margin-right: 5px;
	width: 290px;
}
.feedbackline{
	float: left;
	width: 100%;
	padding-right: 10px;
	line-height: 2px;
}
.italics{
	font-style: italic;
}
.feedbackheadermain{
	font-family: helvetica;
	font-size: 26px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	color:	#66CA5C; /* green */
}
.feedbackheader{
	font-family: helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #66CA5C; /* green */
	padding-bottom: 10px;
}
.paragraphbuffer{
	padding-bottom: 10px;
}
.normal{
	font-weight: normal;
}
