#popupContainer{
	position:fixed;
	z-index:99999;
	bottom:10px;
	right:20px;
	width:294px;
	height:293px;
	background-image:url(http://www.capedwonder.com/popup/popup-bg.png);
}
#popupTab{
	height:70px;
}
#popupBtn{
	width:151px;
	height:27px;
	float:right;
	color:white;
	cursor:pointer;
}
.blackLink{
	text-decoration:none;
	color:#000;
}
.popupLink{
	margin-left:9px;
	margin-right:9px;
	padding-left:10px;
	color:#000;
	height:17px;
	font-size:15px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration:none;
	background-color:#ffffff;
}
#popupArrow{
	border:none;
	top:5px;
}
#popupBtnText{
	display:inline;
}