﻿body {
				width: 100%;
				overflow: hidden;
				font-family: Verdana;
}
.sNotify_message {
				width: 200px;
				padding: 20px;
				background-color: maroon;
				opacity: 5;
				text-decoration: none;
				position: absolute;
				display: none;
				right: 0px;
				top: 20px;
				margin-bottom: 20px;
				text-align: justify;
				border: 1px solid #808080;
				color: #FFFFFF;
}
.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;
}
