#SystemMessage 
{
  width: 640px;
  /*border: 1px #f90 solid;*/
  z-index: 10000;
  position: absolute;
  /*background: #fff;*/
  display: none;
  /*padding: 10px;*/
  left: 50%;
  margin-left: -135px;
}


#SystemMessageTop,
#SystemMessageBottom
{
  width: 640px;
  height: 30px;
}

#SystemMessageMiddle {
width: 560px;
padding: 15px 40px;
}

#SystemMessageTop {background: url('top.gif') no-repeat;}
#SystemMessageBottom {background: url('bottom.gif') no-repeat;}
#SystemMessageMiddle {background: url('middle.gif') repeat-y;}

#SystemMessage .notka 
{
  padding-top:5px;
}
#SystemMessageClose 
{
  text-align:right;
  clear:both;
}
#SystemMessageIcoDiv 
{
  width: 32px;
  float:left;
  margin:0px 10px 5px 0px;
}
#SystemMessageTxt 
{
  width: 338px;
  float:left;
  color:#626051;
}

#SystemMessageLink
{
  color:#96967e;
  padding-left: 15px;
  background: url('/templates/default/gfx/i-bullet-orange.png') no-repeat left center;
}
