#growl {
  position: absolute;
  top: 35px;
  left: 45px;
  width: 320px;
  z-index: 10;
}

.notice {
  position: relative;
  min-height: 30px;
  margin-bottom: 5px;
}

.growlContent {
  max-width: 275px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.growlImage {
  width:1px; /*This will be changed to the exact value of the image using jQuery*/
  margin: 0 auto;
}

.growlImage img {
  padding-top:4px;
}

.skin {
  position: absolute;
  background-color: #000000;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  right: 0;
  top: 0;
  z-index: -1;
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.close {
  /* display: none;  Hide the close button for now */
  background: transparent url('../images/ui/growl.png') 0 0 no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 17px;
  height: 17px;
}

#growl p {
  background: inherit;
  color: #FFF;
  font-weight:bold;
}

