@charset "gb2312";

.dialog-overlay
{
    opacity:0.5;
    filter:alpha(opacity:50);
    background:gray;
}

.dialog
{
    /*border:5px solid rgba(200,200,200,0.9);*/
    background:gray;
    padding:0px;
    opacity:1;
    filter:alpha(opacity:70);
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    _width:expression('200px'); /* IE6下不指定此值，会一直粘在右?*/
}



.dialog .bar
{
    cursor:move;
    color:#fff;
    background:url(../img/box-bj.gif) repeat-x left top;
    padding:10px;
	width:700px;
    min-height:15px; /* 不指定此值，在title和closeText都为空的情况下，可能移动条会消失不见 */
    _height:expression('20px'); /* ie6下不指定高度，标题栏会变得很?*/
}

.dialog .bar .title
{
    color:#fff;
    float:left;
    margin-right:10px;
}

.dialog .bar .close
{
	color:#fff;
    float:right;
    cursor:pointer;
    text-decoration:underline;
}


.dialog .content
{
    background:#fff;
    padding:10px;
	width:700px;
	height:575px;
}

.dialog iframe
{
    width:100%;
	height:100%;
}



/* 指定图像最大尺寸，不需要可以删除?*/
