.sNotify_message {
	width: 350px;
	padding: 4px;
	position: absolute;
	display: none;
	right: 0px;
	top: 80px;
	margin-bottom: 15px;
	margin-right: 10px;
	/*text-align: justify;*/
	border: 1px solid #CCCCCC;
	font: normal 10px Verdana,Helvetica,sans-serif;
	-moz-border-radius: 4px;
	cursor: default;
}


.sNotify_close {
	display: block;
	background-color: #DD0000;
	padding: 3px;
	position: absolute;
	top: -5px;
	right: -5px;
	color: white;
	font-weight: bold;
	width: 10px;
	height: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
}
