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

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

.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0;
}
.gritter-with-image {
	width:220px;
	float:right;
}
/* for the light (white) version of the gritter notice */
.gritter-light .gritter-item,
.gritter-light .gritter-bottom,
.gritter-light .gritter-top,
.gritter-light .gritter-close {
    background-image: url(../images/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
.gritter-center
{
position:fixed;
left:33%;
top:33%;
right:33%;
}
.gritter-success
{
	background-color:green;
	border:dotted black thin;
	border-radius:5px;
	padding:10px;
}
.gritter-title
{
	margin-left:100px;
	font-weight:bold;
	color:white;
	font-size:16px;
}
.gritter-item  
{
	color:white;
	font-size:12px;
	font-weight:bold;
	margin-left:100px;
}