#sexyBG { 
   display: none; 
   position: absolute; 
   background-color: #000033; 
   opacity: 0.5; 
   -khtml-opacity: 0.5; 
   filter: alpha(opacity=30); 
   width: 100%; 
   height: 100%; 
   z-index: 9999; 
} 
#sexyBOX { 
   display: none; 
   position: absolute; 
   height:auto;
   width:auto;
   background-color: #fff; 
   color: #333; 
   font-size: 1.2em; 
   text-align: center; 
   padding:30px;
   border: 1px solid #111; 
   top: 10%; 
   z-index: 10000; 
} 
.ifram_window{
  background-color: #f4f4f4;
  width: 747px;
  border : 0;
  padding: 0px;
  margin: 0px;
  overflow:hidden;
}
.sexyX { 
   font-size: 12px; 
   color: #ddd; 
   padding: 4px 0; 
   border-top: 1px solid #636D61; 
   background-color: #778574; 
}
#close{ 
padding-left:7px;
line-height:15px;
font-size: 10px;
float:right;
width:auto;
color:#c60202;
font-weight: bold; 
font-family:arial;
}
#close:hover{ 
float:right;
width:auto;
color:blue;
font-weight: bold; 
cursor:pointer;

}