body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(../pic/popup.gif);
	background-repeat: no-repeat;
}

#overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.4;
    opacity:.40;
    filter: alpha(opacity=40);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }

.lightbox{
	width:200px;
	padding:10px;
	border: thin dotted #000000;
	background-color: #ffffff;
}

#close{
    position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}
