/********************************************************************
//                                                                 //
//  Modal CSS Dialog Stylesheet                                    //
//  Copyright© BrandsPatch LLC                                     //
//  http://www.explainth.at                                        //
//                                                                 //
//  All Rights Reserved                                            //
//                                                                 //
//  Permission is granted to use, modify and redistribute          //
//  this code on the condition that this notice is retained        //
//  unchanged.                                                     //
//                                                                 //
//  BrandsPatch  declines all responsibility for any losses,       //
//  direct or indirect, that may arise  as a result of using       //
//  this code.                                                     //
********************************************************************/
.overlay
{
 position:absolute;
 left:0;
 top:0;
 background-color:#777777;
 opacity:0.6;
 filter:alpha(opacity=60);
}
.diadiv
{
 position:absolute;
 left:0;
 top:0;
}
.diaframe
{
 position:absolute;
 font-family:arial;
 font-size:1em;
 left:200px;
 top:200px;
 width:25em;
 height:18em;
 border:0.05em solid black;
 overflow:hidden;
}
.diabody
{
 position:absolute;
 top:0em;
 background-color:white;
 overflow:hidden;
}
.diapara
{
	text-align:justify;
}
.diatxt
{
 position:absolute;
 left:10px;
 top:0;
 padding-top:10px;
}
.diaclose
{
 text-align:right;
 padding-right:1em;	
}