
.sNotify_message {
	width: 380px;
	padding: 10px;
/*	background-color: #B8DB7C;*/
	position: absolute;
	display: none;
	right: 0px;
	top: 19px;
	margin-bottom: 10px;
	text-align: justify;
/*	border: 1px solid #808080;*/
}

.sNotify_close {
	display: block;
	background-color: #006600;
	padding: 3px;
	position: absolute;
	top: -5px;
	right: -5px;
	color: white;
	font-weight: bold;
	width: 10px;
	height: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
}
