
/* MessageBox*/
div#black-screen {
	height: 100%;
	width: 100%;
	z-index: 900;
	background: #000;
	position:absolute;
	top: 0;
	left:0;
}
div#messagebox-s{ 
	margin: 1% 20%;
	position:absolute; 
	text-align:center; 
	width:400px;
	margin-bottom: 10px;
	height: 300px;
	z-index:999;
	padding: 2px;
	border: 1px dotted #ccc;
}
#coupon-links, #special-links {
	background-color:#000000; 
	color:#FFFFFF; 
	padding-top: 5px;
/*	border: 1px red solid;
*/	text-align: right;
	font-size: 110%;
	line-height: 160%;
}
#coupon-links {
	margin-top:400px; 
	padding-top: 10px;
	width: 300px; 
	margin-left: 50px;	
	height: 70px; 
	border: 1px dotted #A8905A;
}
#special-links {
	margin-top: 240px; 
	width: 100px; 
	margin-left: 405px;	
	height: 16px; 
}
#coupon-links IMG, #special-links IMG {margin: 0 .5em;}
#coupon-links a, #special-links a {color: red; text-decoration: none; }
#coupon-links a:hover, #special-links a:hover {color: #eee;}