/*
Module		: Popup News
Author		: Prestanesia
Website		: http://prestanesia.com
*/
.meerkat {display: none;background-color: #fff; width: 570px; height: 205px; position: absolute; top: 50%; margin-top: -150px; left: 50%; margin-left: -250px;}
#splash { 
	background-color: white; 
	padding:10px;
	margin:0;
	/*border:9px solid #ccc;*/
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#333;
}
#splash-content { height:175px; overflow:auto;}
#splash-content h1 {font-weight:normal;color:#f00;font-family:Georgia;font-size:3em;line-height:1;margin:0 0 0.5em 0;padding:0; background-image:none; }
#splash-content p {margin:0 0 1.5em; font-size:100%;}
#splash-footer {text-align:left;}
#splash-footer a,#splash-footer a:link,#splash-footer a:visited {text-decoration:none;color:black; text-decoration: underline;}
#splash-footer a:hover {text-decoration:underline;}
.splash-close  {position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url('./fancybox.png') -40px 0px;
cursor: pointer;
z-index: 1103;}
