

	 #magicOverlay_new {
	   display:none;
	   background-color: #000000;
	   color: #ffffff;
	   visibility: visible;
	   filter: alpha(opacity=50);
	   opacity: 0.5;
	   -moz-opacity: 0.5;
	   z-index: 9998;
	   position: fixed;
	   top: 0px;
	   left: 0px;
	   width: 100%;
	   height: 100%;
     text-align: center;
     vertical-align: middle;
	 }


  #magicOverlay {
   	position: absolute;
    z-index:100;
    top: 0px;
    left: 0px;
    display: none;
    /*
    background-color:#fff;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    */
  }


  #magicRecoPopInner {
    z-index:10000;
    width: 360px;
    height: 405px;
    /*display: none;*/
    text-align: center;
    background-color:#ffffff;
    border: 1px dashed skyblue;
    overflow: none;
    padding: 5px;
  }


  #magicRecoPop {
    z-index:9999;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -187px;
    width: 374px;
    display: none;
    text-align: center;
    padding: 8px;
    background: url(../imgs/shadow.png) top left repeat;
  }
  
  
  #magicRecoPopInner2 {
    z-index:10000;
    width: 360px;
    height: 405px;
    /*display: none;*/
    text-align: center;
    background-color:#ffffff;
    border: 1px dashed skyblue;
    overflow: none;
    padding: 5px;
  }


  #magicRecoPop2 {
    z-index:9999;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -187px;
    width: 374px;
    display: none;
    text-align: center;
    padding: 8px;
    background: url(../imgs/shadow.png) top left repeat;
  }
  
  
  
