body {
	width: 100%;
	/*overflow: hidden;	*/
}

.sNotify_message {
	font: "Trebuchet MS";
	font-size: 11px;
	cursor:default;
	width: 250px;
	padding: 20px;
	background-color: white;
	position: absolute;
	display: none;
	right: 0px;
	top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	border: 1px solid #cccccc;
}


.sNotify_close {
	display: block;
	background-image:url(close.png);
	position: absolute;
	top: 0px;
	right: 0px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	text-align: center;
	line-height: 22px;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

