/* CSS stuff for the customized GetSatisfaction feedback widget */

#fdbk_overlay {
	height: 100%;
	width: 100%;
	z-index: 1000000;
	position: absolute;
	top: 0;
	left: 0;
}
#fdbk_screen {
	width: 100%;
	background-color: #000000;
	filter: alpha(opacity=45);
	opacity: 0.45;
	-moz-opacity: 0.45;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
#fdbk_container {
	height: 640px;
	width: 680px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
#fdbk_container iframe {
	height: 100%;
	width: 658px;
	margin: 20px;
	background: transparent;
}
#fdbk_container iframe.loading {
	background: transparent url('/scripts/feedback/loading.png') no-repeat;
}
a#fdbk_close {
	height: 42px;
	width: 42px;
	background-image: url('/scripts/feedback/close.png');
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/scripts/feedback/close.png', sizingMethod='crop');
	overflow: hidden;
	z-index: 4;
	outline: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}
a#fdbk_close:hover {
	background-position: -42px 0;
}
.feedback_tab_on embed, .feedback_tab_on select, .feedback_tab_on object {
	visibility: hidden;
}
