#currencyPopupContainer {
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index: 20000;
	background:url(../../images/currency-arrow.gif) bottom center no-repeat;
	padding:0 0 9px 0;
}
.currencyPopupPopup {
}
#currencyPopupContent {
	text-align:right;
	line-height:18px;
	color:#fff;
	padding:10px;
	/* background:#9ea0a1; */
	background-color:#f26142;
	background-image:url(../../images/wait.gif);
	background-position:10px 10px;
	background-repeat:no-repeat;
	
	
	min-width: 100px;
	width:100px;
	min-height: 70px;
	height: 70px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	/*-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;*/

	behavior: url(css/PIE.htc);
}

.currencyPopupPopup .personPopupImage {
	margin: 5px;
	margin-right: 15px;
}
.currencyPopupPopup .corner {
	width: 19px;
	height: 15px;
}
/*
.currencyPopupPopup .topLeft {
	background: url(images/balloon_topLeft.png) no-repeat;
}
.currencyPopupPopup .bottomLeft {
	background: url(images/balloon_bottomLeft.png) no-repeat;
}
.currencyPopupPopup .left {
	background: url(images/balloon_left.png) repeat-y;
}
.currencyPopupPopup .right {
	background: url(images/balloon_right.png) repeat-y;
}
.currencyPopupPopup .topRight {
	background: url(images/balloon_topRight.png) no-repeat;
}
.currencyPopupPopup .bottomRight {
	background: url(images/balloon_bottomRight.png) no-repeat;
}
.currencyPopupPopup .top {
	background: url(images/balloon_top.png) repeat-x;
}
.currencyPopupPopup .bottom {
	background: url(images/balloon_bottom.png) repeat-x;
	text-align: center;
}
*/



