#lightbox-msg {
	position: fixed;
	top: 200px;
	left: 50%;
	width: 520px;
	margin-left: -260px;
	background: #fff;
	z-index: 1001;
	display: none;
    font-size: 18pt;
    line-height: 28pt;
    text-align: center;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 40px 0px;
}
#lightbox-msg-shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	z-index: 1000;
	display: none;
}
