@CHARSET "ISO-8859-1";

#feedback {
	display: none;
	position: fixed;
	background-color: #0D0D0D;
	/*opacity: .9;*/
	width: 930px;
	height: 370px;
	top: 85px;
	left: 50%;
	margin-left: -465px;
	z-index: 10001;
	border: 1px solid #666;
}
#feedback .close {

	cursor: pointer;
	height: 35px;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 35px;
}
#feedback textarea {
	width: 380px; 
	height: 150px;
	margin-top: 10px;
}
#feedback #feedbackInner {
	margin: 7px auto;
	padding: 10px;
	width: 400px;
	height: 300px;
	text-align: left;
	/*background-color: #880000;
	opacity: 1;*/
	z-index: 10002;
}
#feedbackLink {
	background-color: #CC0000;
	width: 31px;
	height: 93px;
	/*
	float: right;
	margin: 5px -10px 0 0;
	*/
	position: fixed;
	right: 0;
	top: 200px;
}
#feedbackLink:hover {
	background-color: #15509a;
}
