body {
	width: 100%;
	/*overflow: scroll;*/	
}

.sNotify_message {
	width: 250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#7b7b7b;
	padding: 10px;
	background-color: #f6f6f6;
	position: absolute;
	display: none;
	right: 0px;
	top: 110;
	margin-bottom: 20px;
/*	text-align: justify;*/
	border: 1px solid #7b7b7b;
}

.sNotify_message a, sNotify_message a:visited  {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ec6e00;
	text-decoration:none;

}

.sNotify_message a:hover {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ec6e00;
	text-decoration:underline;

}



.sNotify_close {
	display: block;
	background-color: #ec6e00;
	padding: 4px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: white;
	font-weight: bold;
	width: 8px;
	height: 8px;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
}