
.sNotify_message {
	width: 250px;
	padding:15px;
	background-color:#fff;
	position: absolute;
	display: none;
	right: 0px;
	top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	border: 1px solid #F03;
	color:#000;
	letter-spacing:1px;
	margin-left:2px;

}

.sNotify_message a {
color:#C30;
}

.sNotify_close {
	display: block;
	background-color: black;
	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;
}
