#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}


 .popup {
        border: solid 10px #B06EAC;
        font-family: Tahoma;
        font-size: 12px;
        display:none;
        position: absolute;
        width: 90%;
		height:auto;
        z-index: 60;
	
      }

      .popuptitle {
        background: blue;
        color: white;
        font-weight: bold;
        height: 15px;
        padding: 5px;
      }
      
      .popupbody {
        background: #f4ebff;
        padding: 5px;
        text-align: center;
	
      }

      #popup1 { top: 100px; left: 50px; }
	  
	  #popuptext{
	  height:auto;
	  width:800px:
	  border:1px solid black;
	  
	  }
   #popuptextbox{
   
   margin:10 15 0 0;
   
   
   
   }
  


