.dialog-overlay
{
    background: gray;
    filter: alpha(opacity:30);
    opacity: 0.3;
}
.dialog
{
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    background: gray;
    filter: alpha(opacity:100);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.dialog .bar
{
    padding-right: 6px;
    padding-left: 6px;
    min-height: 15px;
    background: #6a86b8;
    padding-bottom: 6px;
    cursor: move;
    color: #fff;
    padding-top: 6px;
    display: none;
}
.dialog .bar .title
{
    float: left;
    margin-right: 10px;
}
.dialog .bar .close
{
    float: right;
    cursor: pointer;
    text-decoration: underline;
}
.dialog .content
{
    padding: 10px 10px;
    background-color: white;
    width: 310px;
    text-align: center;
    vertical-align: middle;
}

.dialog .content span
 {
    font-size: 14px;
    font-weight: bold;
}
.dialog IFRAME
{
    width: 100%;
    height: 100%;
}
.content IMG
{
    max-width: 700px;
    overflow: auto;
    max-height: 500px;
}

.prompt-ok
{
    background:url(./images/ok.png) no-repeat 5px 5px;
}

.prompt-error
{
    background: url(./images/error.png) no-repeat center left;
}

.prompt-warning
{
    background: url(./images/jinggao.png) no-repeat center left;
}
