div#cover {
display:none;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background:gray;
filter:alpha(Opacity=50);
opacity:0.5;
-moz-opacity:0.5;
-khtml-opacity:0.5;
}

#dialog {
display:none;
top:50px;
width:600px;
left: 15%;
height:600px;
/*max-height:350px;
overflow:scroll;*/
position:absolute;
z-index:100;
background:white;
padding:2px;
font:10pt arial, Arial, Helvetica, sans-serif;
border:1px solid #ccc;
padding: 1.5em 1em 1em 3em;
background-image:url(images/Logos.gif);
background-repeat: no-repeat;
background-position: bottom left;
}
#dText {
text-algin: center;
}
#btnClose{
  padding-left: 100px;
  text-align: right;
}
