/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute; 
}
* html .gritter-top {
	margin-bottom:-10px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:-11px;
}
* html .gritter-close {
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:301px;
	z-index:9999;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
}
.gritter-top {
}
.hover .gritter-top {
}
.gritter-bottom {
}
.hover .gritter-bottom {
}
.gritter-item {
    background-color: #d0d0d0;
	display: block;
	color: #000000;
    border-style: solid;
	border-color: #000000;
	border-width: thin;
	padding: 10px 9px 12px 9px;
	font-size: 11px;
	font-family: verdana;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.hover .gritter-item {
	background-color: #e1e1e1;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	color: #000000;
	padding:0 0 7px 0;
	display:block;
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
