#notification {
  display: none;
  overflow: hidden;
}
#notification a {
  color: #fff;
  text-decoration: underline;
}
#notification a:hover {
  color: #ee9233;
  text-decoration: underline;
}
#notification .noty-container {
  background:#7c4824;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  letter-spacing:1px;
}
#notification .noty-container {
  position: relative;
  padding: 7px;
  text-align: center;
}
#notification .noty-container .noty-msg {
  margin-right: 5px;
}
#notification .noty-container .noty-close {
  position: absolute;
  top: 7px;
  right: 20px;
  font-size: 0px;
  cursor: pointer;
  padding: 5px;
  background: url(/images/tintint/common/icon/noty-close-white.png) no-repeat center center;
  width:13px;
  height:13px;
}
#notification .noty-container .noty-close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
#notification .noty_message {
  margin-top:2px;
  color:#333;
}
