.popup {
  z-index    : 1000;
  position   : fixed;
  left       : 100px;
  top        : 220px;
  width	     : 250px;
  border     : 1px solid gray;
  background : #333333;
  padding    : 20px;
  opacity: .9;
  filter:alpha(opacity=90); /* IE's opacity*/ 
/*  background : #afc2d1;
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
*/

}
/* IE Hack stuff */
/*\*/
* html .popup {
  position   : absolute;
  top        : expression(eval(document.compatMode &&
                               document.compatMode=='CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop);
}
/**/

