/* the norm */
#gritter-notice-wrapper {
	position: fixed;
	top: 80px;
	right: 20px;
	width: 305px;
	z-index: 9999;
}

#gritter-notice-wrapper.top-left {
	left: 20px;
	right: auto;
}

#gritter-notice-wrapper.bottom-right {
	top: auto;
	left: auto;
	bottom: 20px;
	right: 20px;
}

#gritter-notice-wrapper.bottom-left {
	top: auto;
	right: auto;
	bottom: 20px;
	left: 20px;
}

.gritter-item-wrapper {
	margin-bottom: 10px;
	padding: 2px;
}

.gritter-item-wrapper:hover {
	box-shadow: 1px 1px 12px #ccc;
}

.gritter-item {
	position: relative;
	display: block;
	background: #323232;
	opacity: 0.80;
	color: #eee;
	padding: 8px 11px 8px 11px;
	font-size: 14px;
	border-radius: 2px;
}

.gritter-item p {
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}

.gritter-close {
	display: none;
	position: absolute;
	top: 5px;
	right: 8px;
	background: url(../images/close_gritter.png) no-repeat left top;
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
}

.gritter-title {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 7px 0;
	display: block;
	text-shadow: 1px 1px 0 #000;
 }

.gritter-image {
	width: 48px;
	height: 48px;
	float: left;
}

.gritter-with-image,
.gritter-without-image {
	padding: 0;
}

.gritter-with-image {
	width: 220px;
	float: right;
}
.gritter-light .gritter-item,
.gritter-light .gritter-close {
	color: #222;
	background: #FFF;
}

.gritter-light .gritter-title {
	text-shadow: none;
}
