﻿#purr-container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100000;
}

.notice {
	position: relative;
	margin-top: 200px;
	margin-right: 400px;
	width: 324px;
}
	.notice .close	{position: absolute; top: 12px; right: 12px; display: block; width: 18px; height: 17px; text-indent: -9999px; background: url(../img/purrClose.png) no-repeat 0 10px;}

.notice-body {
	min-height: 50px;
	padding: 22px 22px 0 22px;
	background: url(../img/purrTop.png) no-repeat left top;
	color: #f9f9f9;
}
	.notice-body img	{margin: 0 10px 0 0; float: left;}
	.notice-body h3	{margin: 0; font-size: 1.1em;}
	.notice-body p		{margin: 5px 0 0 60px; font-size: 0.8em; line-height: 1.4em;}

.notice-bottom {
	height: 22px;
	background: url(../img/purrBottom.png) no-repeat left top;
}
.PurrTitle
{
    font-family: Arial, Verdana, sans-serif;
	Font-Size: 15px; 
	font-style: normal;
    text-decoration: none;
    line-height: 18px;
    color: #ffffff;    
}
.PurrMsg
{
    font-family: Arial, Verdana, sans-serif;
	Font-Size: 12px; 
	font-style: normal;
    text-decoration: none;
    line-height: 15px;
    color: #ffffff;    

}