@CHARSET "utf-8";



div#fb-discount {

	width: 500px;

	padding: 20px 25px;

	position: fixed;

	bottom: 50%;

	left: 50%;

	margin-left: -250px;

	z-index: 1104;

	background-color: #EEE;

	color: #444;

	border-radius: 5px;

	font-size: 14px;

	font-weight: bold;

	display: none;

	box-shadow: 0 0 27px 0 #111;

	text-align: center;

	line-height: 1.4em;

}

div#fb-glow {

	filter: alpha(opacity=70);

	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";	

	opacity: 0.7;

	background-color: #444;	

	width: 100%;

	height: 100%;	

	cursor: pointer;

	z-index: 1101;

	position: fixed;

	bottom: 0;

	top: 0;

	left:0;

	display: none;	

}