#lightbox {
	position: fixed;
	top: 0;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	background: #fff;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	z-index: 1001;
	display: none;
	text-align:center;
	padding:15px;
}
#lightbox-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	z-index: 1000;
	display: none;
}
#lightbox h3 {
	font-size:22px;
	color:#555;
	font-weight:normal;
}
#lightbox h4 {
	font-weight:normal;
	color:#555;
}
#lightbox h2 {
	color:#254380;
}
