#tinybox
{
  position:absolute; 
  display:none; 
  padding:0px;
  url(images/preload.gif) 
  no-repeat 50% 50%;
  z-index:2000
}
#tinymask 
{
  position:absolute; 
  display:none; 
  top:0; 
  left:0; 
  height:100%; 
  width:100%; 
  background:#000; 
  z-index:1500
}
#tinycontent 
{
  padding: 20px 20px 20px 20px;
  margin: 15px;
  line-height: 170%;
  background: #000;
  border:1px 
  solid #1C5084;
  
}

#tinyclosebutton
{
  width: 31px;
  height: 31px;
  background: url(images/close.jpg);
  position: absolute;
  top: 0px;
  right: 0px;
}
