.notification {
	position: fixed;
	background: url(/jquery.gritter/note_bg.png);
	width: 215px;
	padding: 10px 12px;
	right: 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1000;
	margin-top: 7px;
	position: relative;
}
.notification a.close {
	display: block;
	width: 7px;
	height: 8px;
	background: url(/jquery.gritter/close.png) no-repeat;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}
.notification .user {
	padding-left: 30px;
	background: url(/jquery.gritter/forum_mail.gif) no-repeat 0 3px;
	min-height: 32px;
}
.notification.info .user {
	background: url(/jquery.gritter/info.png) no-repeat 0 3px;
}
.notification.warning .user {
	background: url(/jquery.gritter/warning.png) no-repeat 0 3px;
}
.notification p {
	margin-bottom: 0;
	text-align: left;
	color: #dedede;
}
.notification p.name {
	font-weight: bold;
}
.notification p.messages a {
	color: #fff;
}
#gritter-notice-wrapper {
	z-index: 2150000000 !important;
}
