div#buyPopUpOverlay {
	position: absolute;
	background-color: #000000;
	height: 500px;
	width: 100%;
	left: 0pt;
	top: 0pt;
	z-index: 90;
}
div#buyPopUp {	
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 100;
	left: 0;
	top: 200px;	
}
div#buyPopUpInner {
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #000000;
	height: 150px;
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
div#buyPopUpTop {
	height: 100px;
	line-height: 16px;
	padding: 20px 5px 0 5px;
}
div#buyPopUpBottom {
	height: 10px;
	line-height: 20px;
	padding: 5px;
}
div#buyPopUpBottomLeft {
	float: left;
	width: 140px;
}
div#buyPopUpBottomLeft span:hover {
	text-decoration: underline;	
	cursor: pointer;
}
div#buyPopUpBottomRight {
	float: right;
	width: 140px;
}