#feedbackBackground {
	position: absolute;
	left:0px;
	top:0px;
	background-color: #000000;
	z-index: 400;
}
#feedbackButton {
	position: fixed;
	top: 200px;
	left: 0px;
	background:url(btn_feedback.png) no-repeat;
	width: 33px;
	height: 137px;
	z-index: 100;
}
#feedbackButton:hover {
	background: url(btn_feedback_over.png) no-repeat;
	cursor: pointer;
}
#feedbackHeading {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.0;
}
#feedbackForm {
	background: url(feedback_back.gif) no-repeat;
	position: absolute;
	padding: 0px 40px 0px 40px;
	top: 30px;
	left: 50%;
	width: 616px;
	height: 550px;
	margin-left: -328px;
	z-index:600;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	#feedbackClose {
		margin: 5px;
		width: 40px;
		height: 40px;
		background: url(feedback_close.png) no-repeat;
		float: right;
	}
	#feedbackClose:hover {
		cursor: pointer;
	}
.feedbackSubmitTitle {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.clear { clear: both; }