/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:20px;
	right:20px;
	width:250px;
	z-index:9999;
}
#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
}
#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 14px;
    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('../images/ie-spacer.gif'); /* ie7/8 fix */ 
	border:1px solid #3676a0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#ffffdf;
	padding:1px;
}
.gritter-item-wrapper.bubble_newans{
	background:#fdf5f5;
	border-color:#c30000;
}

.gritter-item-wrapper.bubble_new_pen_friends_item{
	background:#eef7fe;
}

.gritter-item-wrapper.hover{
	border-width:2px;
	padding:0px;

}
.gritter-top {
	/*background:url(../images/gritter.png) no-repeat left -30px;*/
	height:0px;
	
}
.hover .gritter-top {
	background-position:right -30px;

}
.gritter-bottom {
	/*background:url(../images/gritter.png) no-repeat left bottom;*/
	height:4px;
	margin:0;
	
}
.hover .gritter-bottom {
	background-position: bottom right;
}
.gritter-item {
	display:block;
	/*background:url(../images/gritter.png) no-repeat left -40px;*/

	color:#000;
	padding:0px 13px 0px 11px;
	text-align: right;
	direction:rtl;

	font-size:12px;
	
}
.hover .gritter-item {
	background-position:right -40px;
}

.gritter-item .settings-buttons {
width:260px;
margin-right:-18px;
margin-top:6px;text-align:center;
}

.gritter-item .settings-msg {
margin-top:10px;
}
.gritter-item .settings-msg input {
font-size:12px;
}
.gritter-item  a:hover{text-decoration:underline;}

.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:-10px;
	left:-11px;
	background:url(../images/gritter.png) no-repeat left top;
	cursor:pointer;
	width:30px;
	height:29px;
}
.gritter-close-fixed {display:none}

.gritter-title {
	font-size:13px;
	font-weight:bold;
	padding:6px 0 4px 0;
	display:block;
	/*text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:58px;
	height:58px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:210px;
	float:right;
}

.bottom_move {margin-top:6px; text-align:center; margin-bottom:-5px;}
