
.NotesBox{
padding-left:8%;
vertical-align: middle; 
text-align: center;
}
.Header{
font-size: larger;
font-weight: bold;

}


.sNotify_message_info {
	width: 80%;
	padding: 15px;
	padding-left: 55px;
	padding-right: 25px;
	background-color: #78a1ec;
	position: relative;
	display: none;
	right: 0px;
	top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border: 0px solid #808080;
	z-index: 5000;
	background-image:url('Symbol-Information.png');
	background-repeat:no-repeat;
	background-position:left center;
}

.sNotify_message_success {
	width: 80%;
	padding: 15px;
	padding-left: 70px;
	background-color: #75bf86;
	position: relative;
	display: none;
	right: 0px;
	top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border: 0px solid #808080;
	z-index: 5000;
	background-image:url('Symbol-Check.png');
	background-repeat:no-repeat;
	background-position:left center;
}

.sNotify_message_warning {
	width: 80%;
	padding: 15px;
	padding-left: 70px;
	background-color: #f5f48c;
	position: relative;
	display: none;
	right: 0px;
	top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border: 0px solid #808080;
	z-index: 5000;
	background-image:url('Symbol-Warning.png');
	background-repeat:no-repeat;
	background-position:left center;
}

.sNotify_message_system {
	width: 80%;
	padding: 15px;
	padding-left: 70px;
	background-color: #e28f8f;
	position: relative;
	display: none;
	right: 0px;
	top: 10px;
	margin-bottom: 10px;
	text-align: justify;
	border: 0px solid #808080;
	z-index: 5000;
	background-image:url('Symbol-Error.png');
	background-repeat:no-repeat;
	background-position:left center;
	
}

.sNotify_close {
	display: block;
	background-color: gray;
	padding: 3px;
	position: absolute;
	top: 3px;
	right: 3px;
	color: white;
	font-weight: bold;
	width: 10px;
	height: 10px;
	cursor: pointer;
	text-align: center;
	line-height: 10px;
}


