#overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:90;   
    background-color: #000000;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#overlay[id] { /* IE6 and below Can't See This */
    position:fixed;
}

.lightbox {
    width:300px;
    background-color: #ffffff;
    padding:10px;
    border:2px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

#ok_butt {
	padding: 1px 9px 1px 9px;
	border: 2px solid #e6e6e6;
	background-color: #ffffff;
	font-family: Trebuchet MS, Timok, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8b8b8b;
	text-decoration: none;
}

#ok_butt:hover {
	padding: 1px 9px 1px 9px;
	border: 2px solid #D4EEFD;
	background-color: #ffffff;
	font-family: Trebuchet MS, Timok, Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #59b1e5;
	text-decoration: none;
}