.bk {
	text-align:	center;
	padding:	0px;
	margin:		0px;
}

.bk .background {
	position:	absolute;
	top: 		0px;
	left: 		0px;
	height: 	100%;
	width: 		100%;
	padding:	0px;
	margin:		0px;
	z-index: 	10000;
	background-color: #000000;

	-moz-opacity:0.5;
	opacity:0.5;

	text-align:	center;
	padding-top: 40px;
}

.bk .placeholder {
	position:	absolute;
	background-color: white;
	-moz-opacity:100;
	opacity:100;
	z-index: 20001;
}

.bk .close {
	position:	absolute;
	-moz-opacity:100; opacity:100;
	z-index: 20001;
	text-align: right;

	width: 90%; 
	left: 5%;
	top: 2%;
}

.bk .close a {
	font-weight: bold;
	color: white;
}

.bk .closeStd {
	position:	absolute;
	-moz-opacity:100; opacity:100;
	z-index: 20001;
	text-align: right;

	width: 950px; 
	left: 5%;
	top: 2%;
}

.bk .closeStd a {
	font-weight: bold;
	color: white;
}
