.web_dialog_overlay
{
   position: absolute;
   top: 0px;
   right: 0;
   bottom: 0px;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000000;
   opacity: 0;
   /*filter: alpha(opacity=15); 
   -moz-opacity: .15;
   z-index: 1;
   display: none; */
}

/*
 setElementProperty('position', 'absolute', el.id);
 setElementProperty('z-index', '10001', el.id);
 setElementProperty('border', '1px solid #f00', el.id);
 setElementProperty('top', '30%' , el.id);
 setElementProperty('left', '0' , el.id);
 setElementProperty('height', '40%' , el.id);
 setElementProperty('width', '60%' , el.id);
 setElementProperty('margin-left', '20%' , el.id);
*/

.web_dialog
{
   display: none;
   position: absolute;
   background-color: #ffffff; 
   border: 2px solid #336699;
   padding: 0px;
   padding-top: 0px;
  /* bottom: 0px;*/
   z-index: 2;
   font-family: Verdana;
   font-size: 8pt;
   overflow:hidden;
}


.web_dialog_title
{
   border-bottom: solid 2px #336699;
   background-color: #FF0000;
   color: #FFFFFF;
   padding: 4px;
   color: White;
   font-weight:bold;
   vertical-align:middle;
}
.web_dialog_title a
{
   color: White;
   text-decoration: none;
}
.align_right
{
   text-align: right;
}
