
.notification {
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	width: 494px;
	background-color: #d4ff86;
	z-index: 1200;
}
.notification .nHeader {
	background-color: 	#81d549;
	height: 20px;
	line-height: 20px;
	color: white;
	position: relative;
}
.notification .nHeader .close {
	width: 15px;
	height: 15px;
	background: transparent url(../images/close-button.png) no-repeat center center;
	display: block;
	position: absolute;
	right: 3px;
	top: 3px;	
}
.notification .nContent {
	margin: 25px 30px 40px;
	color: #066b00;	
}
