 #dropin { 
    position:absolute;
	visibility:hidden;
	left:screen.width;
	top:100px;
	width:500px;	 /* initbox() paramétere - ebből szuámolja a left paramétert */
	height:350px;
	background-image:url(images/tilesbgrnd.jpg);
	color:maroon; 
	padding:10px;
	border:4px solid maroon; 
  }	 
  #dropin a:link, #dropin a:visited {
     color:maroon; 
	 text-decoration:none; 
	 font-size:11pt;
  }	 
  #dropin a:hover, #dropin a:active {color:#33ffff; text-decoration:none;}
