@charset "utf-8";
#growlcontainer{
  position: fixed;
  right: 194px;
  top: 9px;
  z-index: 1000;
  font-size: 15px;
  width: 300px;
}
.growlstatus{
  position: relative;
  background-color: #e8522a; /*fallback for ie*/
  padding:16px 16px 30px 16px;
  color: #fff;
  margin-bottom: 5px;
  line-height:1.2;
  
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  -khtml-border-radius:8px;
  border-radius:8px;
}
.growlstatus .growltitle{
  font-weight: bold;
  margin-bottom: 10px;
  font-size:14px;
  text-transform:uppercase;
}
.growlstatusclose{
  position: absolute;
  top: 5px;
  right: 5px;
  width:30px;
  height:30px;
  cursor: pointer;
  display: none;
  background: transparent url(images/growlclose.png) no-repeat;
}

.growlstatus:hover .growlstatusclose{
  display: none;
}
.growlwithicon{
  padding-left: 37px;
  background-position: 10px 15px;
  background-repeat:no-repeat;
}

/****** growl icons ******* 
--------------------------*/

.growlicon_vopros{
  background-image: url(images/vopros.png);
}
