.jquery-notify-bar {
  width:80%;
  position:fixed;
  top:0;
  left:50;
  /*z-index:32768;*/
  background-color:#efefef;
  font-size:11px;
  color:#000;
  text-align:center;
  font-family: Tahoma;
  padding:20px 0px;
  direction: rtl;
}
.jquery-notify-bar.success {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#FFFFC0 none repeat scroll 0 0;
border-color:#F93;
border-style:solid;
border-width:1px;
color:#000000;
display:none;
font-size:11px;
left:50%;
line-height:200%;
margin:0 auto 0 -402px;
padding:10px 5px;
position:absolute;
text-align:center;
width:792px;
top:160px;
}
.jquery-notify-bar.error {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#ff3333 none repeat scroll 0 0;
border-color:#F93;
border-style:solid;
border-width:1px;
color:#333;
font-weight:bold;
display:none;
font-size:11px;
left:50%;
line-height:200%;
margin:0 auto 0 -402px;
padding:10px 5px;
position:absolute;
text-align:center;
top:0;
width:792px;
top:2px;
}
.jquery-notify-bar.ok {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#00cc00 none repeat scroll 0 0;
border-color:#F93;
border-style:solid;
border-width:1px;
color:#333;
font-weight:bold;
display:none;
font-size:11px;
left:50%;
line-height:200%;
margin:0 auto 0 -402px;
padding:10px 5px;
position:absolute;
text-align:center;
top:0;
width:792px;
top:2px;
}
.notify-bar-close {
  position: absolute;
  left:95%;
  top: 40%;
  font-size:11px;
}
img {
  border: none ;
}
