#lightbox{
	background-color:#fff;
	padding: 10px;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	width:auto;
	_width:0px;
}
	
#lightbox #closeButton {
	right:5px;
	top:5px;
	text-decoration:none;
	font-weight:bold;
	color:#ccc;
	font-size: 12px;
}

#lightbox a.button {
    background:none;
	color:#ccc;
	font-size: 12px;
}

#lightbox a#closeButton:hover,#lightbox a.button:hover{
	color:#999;
}

#overlay{
	background-color: #333;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
}
	
