
<style type="text/css">
		#FeedbackForm button
		{
			background: url("img/buttons/sending_feedback.gif") no-repeat left top;
			border: none;
			width: 114px;
			height: 25px;
			vertical-align: middle;
		}
		#FeedbackForm button span
		{
			display: none;
		}
		#FeedbackForm button.f1
		{
			background-position: left -30px;
		}
		#FeedbackForm button.f2
		{
			background-position: left -60px;
		}
		#FeedbackForm button.f3
		{
			background-position: left -90px;
		}
		#FeedbackForm button.f4
		{
			background-position: left -120px;
		}
		#FeedbackForm button.f5
		{
			background-position: left -150px;
		}
		#FeedbackForm button.f6
		{
			background-position: left -180px;
		}
		#FeedbackForm button.f7
		{
			background-position: left -210px;
		}
		#FeedbackForm button.done
		{
			background-position: left -240px;
		}
		#FeedbackForm textarea
		{
			width: 315px;
		}
		#FeedbackForm input#from.error
		{
			padding: 1px;
			border: 2px solid #D60;
			font-weight: normal;
			color: #5C5C5C;
		}
		#FeedbackForm input#from,
		#FeedbackForm #FeedbackButton
		{
			margin-top: 5px;
		}
		#FeedbackMessage.normal
		{
			display: none;
		}
		#FeedbackForm input#from,
		#FeedbackForm textarea
		{
			display: block;
			padding: 2px;
			border: 1px solid #A3ABAD;
			overflow: auto;
		}
		#LyrisForm input#email,
		#FeedbackForm input#from
		{
			width: 176px;
			height: 19px;
			margin-right: 10px;
			float: left;
		}

		#LyrisMessage,
		#FeedbackMessage
		{
			margin: 10px 0 0;
		}
		#LyrisForm .success,
		#FeedbackForm .success
		{
			font-weight: bold;
			font-size: 0.857em;
			color: #4F97CD;
		}
		#LyrisForm .error,
		#FeedbackForm .error
		{
			font-weight: bold;
			font-size: 0.857em;
			color: #D60;
		}
	</style>