
#jGrowl .jGrowl-notification {
/*  background-position: 4px center;
  background-repeat: no-repeat;
  color: #fff; padding-left: 32px;*
   height: 137px;*/
  background: url("bg-msg.png") repeat scroll 0 0 transparent;
  border:1px solid #ffffff;

  color: #555;
  font-family: "Helvetica Neue","Helvetica";
  font-size: 12px;

  opacity: 1;
  overflow: auto;
  width: 235px;
}

#jGrowl .jGrowl-notification a { color: #fff; }

