#purr-container {
	position: fixed;
	top: 40px;
	right: 0;
}

#purr-container .notice {
	position: relative;
	width: 324px;
}

#purr-container .notice .close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 18px;
	height: 17px;
	text-indent: -9999px;
	background: url(purrClose.png) no-repeat 0 10px;}

#purr-container .notice-body {
	min-height: 50px;
	padding: 22px 22px 0 22px;
	background: url(purrTop.png) no-repeat left top;
	color: #f9f9f9;
}

#purr-container .notice-body img {
	width: 50px;
	margin: 0 10px 0 0;
	float: left;
}

#purr-container .notice-body h3 {
	margin: 0;
}

#purr-container .notice-body p {
	margin: 5px 0 0 60px;
}

#purr-container .notice-bottom {
	height: 22px;
	background: url(purrBottom.png) no-repeat left top;
}