﻿.dialog-overlay
{
    background: gray;
    filter: alpha(opacity:80);
    opacity: 0.5；;
}
.dialog
{
    width: 770px;
    padding: 0; /*PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; */
    background: gray;
    filter: alpha(opacity:100);
    opacity: 0.9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.dialog .bar
{
    padding-right: 6px;
    padding-left: 6px;
    min-height: 28px;
    background: #333333;
    padding-bottom: 10px;
    cursor: move;
    color: #fff;
    padding-top: 6px;
}
.dialog .bar .title
{
    float: left;
    margin-right: 10px; /*display:none ;*/
    font-size: 12px;
}
.dialog .bar .close
{
    float: right;
    cursor: pointer;
    text-decoration: underline; /*display:none ;*/
    font-size: 12px;
}
.dialog .content
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: #fff;
}
.dialog IFRAME
{
    width: 750px;
    height: 450px;
}
.content IMG
{
    max-width: 700px;
    overflow: auto;
    max-height: 500px;
}
