*
   {
	margin: 0;
	padding: 0;
	list-style:none;
	font-weight:normal;
    }
img
    {
	border:0;
	}
body 
    {
	font-family: Arial,Verdana,Helvetica, sans-serif;
	background-color:#000;
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:23px;
	}
a 
    {
	color:#0E176E;
	text-decoration:none;
	}
a:hover
    {
	color:#f60;
	}
em
    {
	font-style:normal;
	}


.box
   {
   width:90px;
   height:90px;
   background-color:#fff;
   border:1px solid #333;
   position:absolute;
   left:250px;
   top:120px;
   opacity:0.8;
   filter:Alpha(Opacity=80);
   -moz-opacity: 0.8;
   color:#000;
   padding-left:10px;
   display:none;
   }
 
.box h3
   {
   font-size:14px;
   font-weight:bold;
   }
