﻿body div.jGrowl {
  padding: 10px;
  z-index: 9999;
  color: #fff;
  font-size: 12px;
}
body div.jGrowl div.jGrowl-notification {
  min-height: 40px;
}
body div.jGrowl div.jGrowl-notification div.header {
  font-weight: bold;
  font-size: 1.1em;
}
body div.jGrowl div.jGrowl-notification div.close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}
body div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: .9em;
  font-weight: bold;
  text-align: center;
}
body div.jGrowl div.error {
  color: black;
  background-color: #FF9999;
  font-weight: bold;
}
body div.jGrowl div.success {
  color: #008000;
  background-color: #dfe8f6;
  font-weight: bold;
}
body body > div.jGrowl {
  position: fixed;
}
body body > div.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
body body > div.jGrowl.top-right {
  right: 0px;
  top: 0px;
}
body body > div.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
body body > div.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
body body > div.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}
body div.center div.jGrowl-notification,
body div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
body div.jGrowl div.jGrowl-notification,
body div.jGrowl div.jGrowl-closer {
  background-color: #dfe8f6;
  color: #008000;
  opacity: .95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: solid 1px navy;
}
/*# sourceMappingURL=jquery.jgrowl.css.map */