#visitWrapper{
	position: fixed;
	display: block;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, .8);
	left: 0;
	top: 0;
	z-index: 999;
	overflow: hidden;
}

#visitWrapper .message{
	display: block;
	position: absolute;
	width: 400px;
	height: 200px;
	top: 50%;
	margin-top: -150px;
	left: 50%;
	margin-left: -200px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 1.5em;
	line-height: 1.3em;
	padding: 35px;
	padding-top: 20px;
	padding-bottom: 80px;
}

.lightboxButton{
	display: block;
	position: absolute;
	width: 120px;
	height: 25px;
	border-radius: 10px;
	float: left;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	text-align: center;
	bottom: 20px;
	left: 50%;
	margin-left: -60px;
	cursor: pointer;
}

.toggleLightbox{
	right: 0;
	bottom: 0;
}