





@charset "UTF-8";
img {border:0px}




/*LINKS*/

#popUpDivI a:link, #popUpDivI a:visited {color:fff; text-decoration:none; font-size:15px; background:#000; padding:5px; -webkit-border-radius:10px;
-moz-border-radius:10px}
#popUpDivI a:hover, #popUpDivI a:active {color:#fff; text-decoration:none; font-size:15px; background:#37557b; padding:5px; -webkit-border-radius:10px;
-moz-border-radius:10px}





/*STYLES FOR CSS POPUP*/


#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	
	width:403px;
	height:335px;
	z-index: 9002;
}

#popUpDivI a.close {position:relative; top:20px; left:150px; }
