.cmsOverlay {
	border: 1px dotted red;
	position: relative;
}
.crmCmsLink {
	background-color:#FFF9F9;
	border:1px dotted red;
	padding:2px;
	position:absolute;
	color: #00B5D8;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
	font-weight: normal !important;
	z-index: 99999; 
}

.crmCmsLink .close {
	background: url(/pub/img/close_d.gif) no-repeat 0 3px;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
}
