﻿#alertMask
{
    opacity:0.3;
    filter:alpha(opacity=30);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

.alertWindow
{
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    display: none;
    z-index: 9999;
    background: #FFFFCC url(../images/jqNotice/note_icon.png) 2px 5px no-repeat;
    border: 1px solid #000;
    direction: rtl;
}
.alertWindow .close
{
    position: absolute;
    cursor: pointer;
    right: 6px;
    top: 6px;
}
.alertWindow .title h1
{
    margin: 5px 0;
    padding-right: 5px;
    width: 100%;
    direction: rtl;
    text-align: right;
    font: 10px tahoma, Comic Sans, Comic Sans MS, cursive;
    height: 14px;
    color: #FFFFCC;
    background-color: #505050;
}

.alertWindow .title
{
    margin: 0 25px;
}
.alertWindow .content
{
    border-top: 1px;
    color: #000;
    font: 12px/18pt tahoma, Comic Sans, Comic Sans MS, cursive;
    padding: 10px;
    direction: rtl;
    text-align: right;
}
