
.display_none{
display:none!important;
}




#purr-container {
position: fixed;
top: 0;
right: 0;
color: #fff;
}
	
		
.notice {
position: relative;
width: 324px;

color: #fff;
}

.notice .close{position: absolute; top: 12px; right: 12px; display: block; width: 18px; height: 17px; text-indent: -9999px; background: url("css_js/img/jquery-purr/purrClose.png") no-repeat 0 10px;}
		
.notice-body {
min-height: 80px;
padding: 22px 22px 0 22px;
background: url("css_js/img/jquery-purr/purrTop.png") no-repeat left top;
color: #fff;
}
.notice-body img	{width: 50px; margin: 0 10px 0 0; float: left;}
.notice-body h3	{margin: 0; font-size: 1.1em; color: #fff;}
.notice-body p		{margin: 5px 0 0 60px; font-size: 0.8em; line-height: 1.4em; color: #fff;}
		
.notice-bottom {
height: 22px;
background: url("css_js/img/jquery-purr/purrBottom.png") no-repeat left top;
}
