﻿.dialog-overlay
{
    opacity:0.5;
    filter:alpha(opacity:50);
    background:gray;
}

.dialog
{
    
    background:gray;
    padding:10px;
    opacity:0.9;
    filter:alpha(opacity:90);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    _width:expression('200px'); 
}



.dialog .bar
{
    cursor:move;
    color:#fff;
 width:350px;   background:#333;
    padding:6px;
    min-height:15px; 
    _height:expression('20px'); 
}

.dialog .bar .title
{
    float:left;
    margin-right:10px;
}

.dialog .bar .close
{
    float:right;
   color:#fff; cursor:pointer;
    
}

.dialog .content
{
    background:#fff;
  width:342px;   padding:20px 10px 20px 10px;
}

.dialog iframe
{
    height:100%;
    width:100%;
}