.Bubble {
	font-weight: normal;
	white-space: normal;
	}

.Bubble .ContentArea{
	position:relative;
	z-Index:1;
	}

.Bubble .Trigger {}

.Bubble .Popup {
	position: absolute;
	display: none;
	border-collapse: collapse;
	zoom: 1;
	background: #FFFFFF;
	border: 2px solid #756E4D;
	padding: 20px;
	}

.Bubble .Popup .CloseButton,
.Bubble .Popup .RemoveButton
/* .Bubble .Popup .gdbHeader,
.Bubble .Popup .gdbHeader .gdbInner,
.Bubble .Popup .gdbHeader .gdbInner .gdbArrow,
.Bubble .Popup .gdbFooter,
.Bubble .Popup .gdbFooter .gdbInner,
.Bubble .Popup .gdbFooter .gdbInner .gdbArrow */ {
	background: url(Images/Bubble/Sprites.png) no-repeat 0 0;
	}

.Bubble .Popup .CloseButton {
	background-position: 0 -120px;
	height: 11px;
	width: 13px;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor:pointer;
	}

.Bubble .Popup .RemoveButton {
	background-position: 0 -137px;
	padding-left: 20px;
	}

.Bubble .Popup .RemoveButton:hover {
	background-position: 0 -117px;
	}

