
 /* popup_box DIV-Styles Popup na strani EURO*/

#popup_box_radio { 
     /*display:none; /* Hide the DIV */
     position:fixed;  
     _position:absolute; /* hack for internet explorer 6 */  
     height:300px;  
     width:300px;  
	   background: url(../_bmp/radio/50.png);
     left: 50%;
     top: 50%;
	   margin-top: -150px;
	   margin-left: -150px;
     z-index:100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */

     
     /* additional features, can be omitted */
     border:2px solid #fff;      
     padding:15px;  
     font-size:15px;  
     -moz-box-shadow: 0 0 10px #000;
     -webkit-box-shadow: 0 0 10px #000;
     box-shadow: 0 0 10px #000;
     
 }
 


 #container {
     background: #d2d2d2; /*Sample*/
     width:100%;
     height:100%;
 }

 a{  
 cursor: pointer;  
 text-decoration:none;  
 } 

 /* This is for the positioning of the Close Link */
 #popupBoxClose {
     font-size:22px;  
     line-height:15px;  
     right:-17px;  
     top:-22px;  
     position:absolute;  
     color:#333333;  
     font-weight:500;      
 }
 
 .add_link{
  width: 100%;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  background-attachment: fixed;
  height: 100%;
}
  