@charset "UTF-8";

#customBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

#customBox.visible {
	display: block;
}

#customBox div.black {
	background-color: black;
	position: absolute;
	width: 100%;
	height: 100%;
}

#customBox div.content {
	position: absolute;
	z-index: 1001;
	width: 532px;
	height: 437px;
	background-image: url(../gfx/ocbox.gif);
	text-align: center;
}

#customBox div.innerContent {
	padding-left: 30px;
	padding-right: 30px;
}

#customBox .yourNumber {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	background-color: white;
	padding: 20px;
	font-weight: bold;
}

#customBox .close {
	color: black;
	font-weight: bold;
	cursor: pointer;
}

#customBox .close:hover {
	color: blue;
}