div.SLNotification{
	background:#0c285a;
	color:white;
	border:white solid 1px;
	padding:1px;
	margin:4px;
	min-width:200px;
	width:expression(this.width < 200 ? '200px' : 'auto' );;
}

div.SLNotificationHolder{
	right:20px;
	bottom:0px;
	position:absolute;
	color:white;
}

div.sl_notificationNode{
	height:0px;
	width:0px;
	margin:0px;
	padding:0px;
	border:0px;
	display:none;
}

#debug{
	position:absolute;
	left:200px;
	top:10px;
}

