#purr-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

div.notice {
  padding: 20%;
  position: fixed;
  width: 100%;
  height: 100%;

  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); /* IE6–IE9 */
  zoom: 1;

  font-size: 18px;
  line-height: 1.3em;
  color: #000;
}

.notice-inner {
  background: #fff;
  padding: 30px;
  position: relative;
}

.notice .close {
  display: block;
  color: #A49A69;
  font-size: 15px;
  text-align: right;
  float: right;
  position: absolute;
  top: 15px;
  right: 15px;
}
.notice .close:after {
	content: " X";
}

.notice a.close:link {
  color: #A49A69;
}

.notice h2 {
  color: #984807;
  text-align: center;
}

.notice-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.notice-body h3	{
  margin: 0;
  font-size: 1.1em;
}

.notice-body p {
  margin: 5px 0 0 0;
  font-size: 18px;
  line-height: 1.4em;
}

.notice.error,
.notice.status,
.notice.warning {
  background: rgba(0, 0, 0, 0.6);
  border: 0;
  color: #000;
}

.notice.error .notice-body {
  background: #fff;
  border: 0;
}

.notice.warning {
  background: none;
  border: 0;
}

.notice li {
  margin: 0;
}

.notice a:link {
  color: #984807;
}

.notice pre {
  margin: 0;
}
