.enrichmentButton {
	position: relative;
	left: -5px;
	cursor: pointer;
	display: inline-block;
	margin-right: 0;
	padding: 0 20px 0 5px;
	background-size: 14px 12px;
	border: 0 solid #931E37;
	background: #fafafa url(../images/enrichment/ajax-loaderMini.gif) no-repeat right center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	z-index: 2;	
	font-size: 11px;
}

.enrichmentToolTip {
	text-align: left;	
	padding: 18px 8px 8px 14px;
	z-index: 100;
	display: none;
	position: absolute;
	left: 0;
	top: 22px;
	width: 300px;
	min-height: 200px;
	border: 1px solid #931E37;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #F9F9F9 url(../images/enrichment/ajax-loaderMedium.gif) no-repeat center center;
	-webkit-box-shadow: 0 1px 2px 0 #cccccc;
	box-shadow: 0 1px 2px 0 #cccccc;
	font-size: 11px !important;
}

.closeEnrichmentToolTip {
	background: url(../images/enrichment/close.png) no-repeat center center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -12px;
	right: -12px;
	cursor: pointer;
}