#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;   
    background-color: #000;
    -moz-opacity: 0.85;
    opacity: .85;
    filter: alpha(opacity=85);
    cursor: pointer;
    color: inherit;
}
.lightbox {
    width: auto;
    margin: 0 auto;
    padding: 25px;
    background: #FFF url(../webimages/bg_footer.gif) repeat-x;
    border: 3px solid #84AE02;
    color: #FFF;
    cursor: pointer;
}
.lightbox h3 {
	margin: 0 0 15px 0;
	color: #FFF;
	font-size: 130%;
	font-weight: normal;
	word-spacing: -5px;
}
.lightbox form {
	margin: 0;
}

.lightbox a { 
	display: block;
	padding: 10px 0 0 0;
	color: #FFF; 
	font-size: 85%;
}


.lightbox .loginfield {
	padding: 3px;
	font-size: 10px;
	font-style: italic;
}