.JSErrorPopup-wrapper
{
	position: absolute;
	display:none;
	top:0;
	left:0;	
	overflow:hidden;
	padding-bottom:5px;
	background:url(marker.png) bottom center no-repeat;
	
	cursor:pointer;
}
.JSErrorPopup-wrapper > span
{
	display:block;
	max-width:200px;
	min-height:15px;
	border-radius:5px;
	padding:5px 15px 5px 5px;
	background:url(close-little.png) right top no-repeat #F00;
	
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	
	text-align:center;
}


