#nsm
{
	background-color: #121f47;
	visibility: hidden;
	padding:1px 1px 3px 1px;
	FONT-FAMILY:Verdana;
	font-size:12px;
	color: #ffffff;
	position: absolute;
	z-index: 1001;
	border: 2px solid #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#nsm tr, td {
    border: 0px none !important;
}
#nsmclb {color:#FFFFCC;	font-weight: bold; font-size: 10px;}
a.rcScroller, p.rcScroller {margin: 0; color:#FFFFCC; }
a.nsm:link { color:#FF0066; text-decoration:none; }
a.nsm:visited  { color:#FF0066; text-decoration:none; }
a.nsm:alink { color:#FF0066; text-decoration:none; }
a.nsm:hover { color:#FF0066; text-decoration:none; }
.close-btn img
{
	position: absolute;
    top: -10px;
    right: -10px;
	max-width: 40px;
	max-height: 40px;
}
@media only screen and (-webkit-min-device-pixel-ratio : 1.0) and (max-width:999px), only screen and (min-device-pixel-ratio : 1.0) and (max-width:999px) {
	#nsm .close-btn img{
		max-width: 100%;
		width: 60px;
		max-height: 100%;
		top: -25px;
		right: -25px;
		z-index: 1000;
	}
}