.chocolatebox-bg{
	/* The background overlay */
	display: block;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	overflow: hidden;
}
.chocolatebox-container {
	/* the container that allos content container to center itself */
	display: block;
	position: absolute;
	float: left;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index:1002;
	overflow: hidden;
}

.chocolatebox-content-container {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8%;
	width: 660px;
	height: 380px;
	padding: 16px;
	border: 6px solid #000000;
	background-color: white;
	z-index:1003;
	overflow: visible;
}

.chocolatebox-content {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	background-color: black;
	width: 640px;
	height: 360px;
	z-index:1004;
}

.chocolatebox-close {
	background-image: url("../images/close.gif");
	background-repeat: no-repeat;
	float: right;
	width: 60px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	clear: both;
	margin-top: 8px;
}