
	
	div.le-notification{
		
		position: absolute;
		border:2px solid white;
		color: white;
		padding: 2px 7px;
		background: #666;
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#333),color-stop(20%,#444),color-stop(100%,#666));
		background: -moz-linear-gradient(top,#333 0, #444 20%, #666 100%);
		background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#333),color-stop(20%,#444),color-stop(100%,#666));
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius:5px;
		border-radius: 5px;
		box-shadow: 0 0 6px rgba(0,0,0,0.41);
	
	}
	
	div.le-notification div.msg_item{float:left; clear:both; margin-bottom:3px;line-height:1 !important;}
	
	div.le-notification span{color: white;text-shadow: 0 1px 0 rgba(0, 0, 0, .5);font: 11px Arial, Helvetica, sans-serif;}
	div.le-notification span:before{
		content: "!";
		font-weight: bold;
		margin-right: 6px;
		padding: 0 5px; 
		background-color: white;
		color: #999;
		text-shadow: none;
		-moz-border-radius: 6px;
		-o-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		
	}
	div.le-notification span.mark{}
	div.le-notification .arrow{
		position: absolute;
		left: -8px;
		top: 50%;
		margin-top: -5px;
		color: #445;
		font-size: 10px;
	}
