@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,800);
/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	left:50%;
	margin-left:-169px;
	top: 34%;
	width:350px;
	z-index:9999;
	height:210px;
}
#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 {
	position:relative;
	margin:0 0 10px 0;
	background:url('../img/gritter/ie-spacer.gif'); /* ie7/8 fix */ 
}
.gritter-top {
	background:url(../img/gritter/box-info.png) no-repeat left top;
	height:30px;
}
.hover .gritter-top {
	background-position:left 0px;
}
.gritter-bottom {
	background:url(../img/gritter/box-info.png) no-repeat left bottom;
	height:30px;
}
.hover .gritter-bottom {
	background-position:left bottom;
}
.gritter-item {
	display:block;
	background:url(../img/gritter/box-info.png) no-repeat left -30px;
	color:#eee;
	font-size: 11px;
	font-family:verdana;
	height:190px;
}
.hover .gritter-item {
	background-position:left -30px;
}
.gritter-item p {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	padding:30px 50px 50px 50px;
	margin:0;
	word-wrap:break-word;
	color:#000000;
	font-size:18px;
}
.gritter-close {
	display:none;
	position:absolute;
	top:10px;
	left:13px;
	background:url(../img/gritter/close.png) no-repeat center center;
	cursor:pointer;
	width:42px;
	height:42px;
	text-indent:-9999em;
}
.gritter-title {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	font-weight:bold;
	/*padding:20px 0 7px 75px;*/
	display:block;
	color:#000000;
	text-transform:uppercase;
	text-align:center;
	font-weight:800;
}
.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(../img/gritter/gritter-light.png);
    color: #222;
}
.gritter-light .gritter-title {
    text-shadow: none;
}
