
    .popup_effect1 {
      background:#ff0000;
      opacity: 0.2;
    }
    .popup_effect2 {
      background-color:#000000;
      background-image:url(/templates/loading_black.gif);
      background-repeat:no-repeat;
      background-position:center;
      border: 5px dashed #c0c0c0;
      opacity: 0.2;
      z-index:99999999;
    }
    
    .alphacube_wired_frame {
      background-color:#000000;
      background-image:url(/templates/loading_black.gif);
      background-repeat:no-repeat;
      background-position:center;
      border: 5px dashed #c0c0c0;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}
.mac_os_x_wired_frame {
      background-color:#000000;
      background-image:url(/templates/loading_black.gif);
      background-repeat:no-repeat;
      background-position:center;
      border: 5px dashed #c0c0c0;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}
.spread_wired_frame {
     background-color:#000000;
      background-image:url(/templates/loading_black.gif);
      background-repeat:no-repeat;
      background-position:center;
      border: 5px dashed #c0c0c0;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}
.darkX_wired_frame {
      background-color:#000000;
      background-image:url(/templates/loading_black.gif);
      background-repeat:no-repeat;
      background-position:center;
      border: 5px dashed #c0c0c0;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;	
}

     
  

#theme {       
  float:right; 
  margin-top:3px;
  margin-right:15px;
  width:200px;
}
* html #theme {       
  float:right; 
  margin-top:3px;
  margin-right:15px;
  width:10px;
}