/* @override http://pizzacutfive.test.com/web/lightbox.css */
#mask{
	background: #000;
	position: absolute;
	z-index: 10;
	display: none;
}

#lightbox{
	background: #000000;
	position: absolute;
	z-index: 11;
	width: 500px;
	height: 300px;
	padding: 20px;
	display: none;
	overflow-y: scroll;
}