﻿#mask {   
  position:absolute;   
  z-index:9000;   
  background-color:#000;   
  display:none;   
}   
     
#boxes .window {   
  position:absolute;   
  width:440px;   
  height:200px;   
  display:none;   
  z-index:9999;   
  padding:20px;   
}   
  
  
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {   
  width:375px;    
  height:203px;   
}   

.divDetails
{
    position: relative; 
    left: 2px; 
    width: 100%; 
    text-align: center;
}