/*.notice{display:none;}*/
.jGrowl{/*padding:10px;*/z-index:9998;}
body .bg-main > div.jGrowl{position:fixed; width: 182px;}
body .bg-main > div.jGrowl.top-right{right:5px;top:70px;}

/*div.jGrowl div.jGrowl-notification{min-height:12px;}*/
div.jGrowl div.jGrowl-notification div.header{display:none;}
div.jGrowl div.jGrowl-notification div.close,
div.jGrowl div.jGrowl-closer{background:#b0dad9;color:#508fa1;}
div.jGrowl div.jGrowl-notification
div.close {
  z-index: 9999;
  float: left;
  position: absolute;
  top: 1px;
  right: -6px;
  text-align: center;
  width: 17px;
  height: 17px;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
  background: transparent url('/images/growl-close.png') 0 0 no-repeat;
}
div.jGrowl div.jGrowl-closer{ width:165px;height:15px;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:11px;font-weight:bold;text-align:center;margin:10px 0;}
div.jGrowl h1{color:#f77;}


.jGrowl-notification.default {
  background: transparent url('/images/sprite-bg-growl.png') 0 top no-repeat; width: 165px;
  padding-top: 12px;
  position: fixed;
}
.jGrowl-notification{ width: 165px; margin-top: 1px; }
.jGrowl-notification .message{ padding: 10px 10px 12px 10px; margin: 0; background: transparent url('/images/sprite-bg-growl.png') -165px bottom repeat-y !important; }
.jGrowl-notification .header{ padding: 20px 15px 0 15px !important; margin: 0 !important; height: auto !important;}

:focus{ -moz-outline: none; }