.x-notice-container div.warning, 
.x-notice-container tr.warning{
  color: #fff;
}

.ui-widget-overlay{
  background: #000;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.x-notice{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAPSURBVHjaYmBkYDgEEGAAAMsAxIkZvxwAAAAASUVORK5CYII=);
  background-color: transparent;
  background-repeat: repeat;
  border-radius: 0px;
  width: 320px;
  padding: 0;
  margin: 10px 0;
  text-align: left;
  font-size: 12px;
  color: #fff;
  z-index: 99999999;
  box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  line-height: normal;
}

.x-notice-error{
  border: 0 !important;
}

*+html .x-notice{
  background-image: url(images/xnotify/notice-bg.png);
}

.x-notice-container div.error{
  color: #fff;
}

.x-notice .x-notice-bar{
  padding: 0;
  margin: 0 0 3px 0;
  position: relative;
}

.x-notice .x-notice-title{
  width: 270px;
  height: 28px;
  padding: 0 0 0 8px;
  margin: 0;
  overflow: hidden;
  font-weight: bold;
  line-height: 25px;
  text-shadow: 0 1px 0 #262626;
}

.x-notice-error .x-notice-title{
  color: #ffcccc;
}

.x-notice .x-notice-close{
  background: url(images/xnotify/notice-close.png) top left no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 6px;
  right: 8px;
  overflow: hidden;
  text-indent: -1000em;
  cursor: hand;
  cursor: pointer;
  opacity: 0.7;
}

.x-notice .x-notice-close:hover{
  opacity: 1;
}

.x-notice .x-notice-content{
  width: auto;
  height: auto;
  padding: 9px;
  padding-top: 2px;
  line-height: normal;
  font-size: 12px;
  text-shadow: 0 1px 0 #262626;
}

.x-notice-error .x-notice-content{
  overflow: auto;
  width: 93%;
  max-height: 300px;
}

.x-notice .x-notice-content .item{ 
  margin-top: 10px;
}

.x-notice .x-notice-content .item-first{ 
  margin-top: 0;
}

.x-notice .x-notice-content a{
  color: #99daff;
  font-weight: bold;
} 

.center .x-notice {
  margin-left: auto;
  margin-right: auto;
}

/* Уведомления с иконкой */

.x-notice-img .notice-img{
  display: block;
  float: left;
  margin: 4px 0 9px 9px;
}

.x-notice-img .x-notice-content{
  margin-left: 60px;
  min-height: 40px;
}

/*****************************************************************/

.x-notice h2.messages-label{
  background: none;
  width: 270px;
  height: 28px;
  padding: 0 0 0 8px;
  margin: 0;
  overflow: hidden;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.x-notice .messages{
  background: none;
  border: 0;
  color: #fff;
  width: auto;
  height: auto;
  padding: 9px;
}

.x-notice .messages ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.x-notice .messages ul li{
  border-bottom: #fff solid 1px;
  margin: 0 0 0 0;
  padding: 3px 0;
}

.x-notice .error ul li{
  border-bottom: #df8383 solid 1px;
  line-height: normal;
}

.x-notice .error ul li.last{
  border-bottom: 0;
}

div.x-notice {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAPSURBVHjaYmBkYDgEEGAAAMsAxIkZvxwAAAAASUVORK5CYII=);
  background-color: transparent;
  background-repeat: repeat;
  position: relative;
}

*+html div.x-notice{
  background-image: url(images/xnotify/notice-bg.png);
}

div.x-notice h2.error {
  color: #FCC;
}