.body
{
	margin: 0;
	padding: 0;
	font-family: Georgia;
	font-size: 0.9em;
	line-height: 1.4em;
}

#example
{
	position: relative;
	width: 500px;
	padding: 20px;
}
#purr-container
{
	position: fixed;
	bottom: 0;
	right: 0;
}

.notice 
{
	position: relative;
	width: 324px;
}
.notice .close {
    background: url("Close.png") no-repeat scroll 0 10px transparent;
    display: block;
    height: 17px;
    z-index: 900;
	position: absolute;
    right: 12px;
    text-indent: -9999px;
    top: 12px;
    width: 18px;
}

.notice-body
{
	min-height: 50px;
	padding: 35px 22px 0 22px;
	background: url(Body.png) no-repeat left top;
	color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 900;
	position: relative;
}

.notice-body img
{
	width: 75px;
	margin: 0 10px 0 0;
	float: left;
	max-height: 60px;
}
.notice-body h3
{
	margin: 0;
	font-size: 1.1em;
}
.notice-body p
{
	margin: 5px 0 0 60px;
	font-size: 0.8em;
	line-height: 1.2em;
}
.notice-bottom
{
	height: 10px;
	background: url(Footer.png) no-repeat left top;
	position: relative;
	z-index: 900;
}
