.ct-underlay {
	background: #000000;
	display: none;
	bottom: 0;
	left: 0;
	opacity: .7;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.ct-overlay {
	background: #ffffff;
	box-shadow: 0 0 20px rgba(0,0,0,.50);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.50);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.50);
	display: none;
	left: 50%;
	margin: 0 0 0 -200px;
	padding: 15px;
	position: absolute;
	top: 100px;
	min-width: 100px;
	z-index: 100;
}

.ct-overlay .ct-overlay-close {
	background: url(x-close.png);
	position: absolute;
	top: 18px;
	right: 18px;
	width: 25px;
	height: 26px;
	cursor: pointer;
	z-index: 100;
}