#xj-wishlist-popup-box {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index:15000;
}
#xj-wishlist-popup-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15000;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-color: #666666;
	filter: alpha(opacity=90);
}
#xj-wishlist-popup {
	z-index: 15001;
	border:none;
	position: fixed;
	width: 355px;
        padding: 10px;
	overflow: auto;
	background-color:rgba(255,255,255,0.7);
	top: 182.5px;
	left:30%;
	margin: 0;
	border:0;
        box-shadow: 0 0 10px #535353;

}
#xj-wishlist-popup-loading {
	position: absolute;
	z-index: 15002;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: url(images/loader.gif) center center #000000 no-repeat;
	top:-1px;
	left:-1px;
}

#xj-wishlist-radiostack {
	margin-left: 20px !important;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	text-align: left;
}
#xj-wishlist-popup-buttons {
	width: 100%;
	text-align: right;
	margin-top: 25px;
	padding: 5px 0;
}
#xj-wishlist-popup-buttons button {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 0;
	overflow: visible;
	padding: 0;
	text-transform: uppercase;
}
#xj-wishlist-popup-buttons button span {
	cursor: pointer;
	background:none repeat scroll 0 0 #F18200;
	color: #FFFFFF;
	display: block;
	font: bold 12px/19px Arial, Helvetica, sans-serif;
	height: 19px;
	padding: 2px 7px;
	text-align: center;
	white-space: nowrap;
}
#xj-wishlist-popup-buttons button span span {
	border: 0 none;
	padding: 0;
}
.xj-wishlist-button-cancel {
    
    position: absolute;
    right: 7px;
    top: 8px;
    margin-right: 0 !important;
}
.xj-wishlist-button-cancel span {border-radius: 5px;}
.xj-wishlist-button-select {margin-right:100px !important;}