﻿.dvwnd{
font-size:12px;
font-family:verdana;
width:300px;
height:auto;
position:absolute;
z-index:99999;
border:6px #becfdd solid;
}
.dvwndcanvas{
z-index:99998;
background-color:#ffffff;
left:0;
top:0;
margin:0;
padding:0;
position:fixed!important;/*FF IE7*/
position:absolute;
filter:alpha(opacity=30);
opacity:0.3;
}
.dvwndtitle{
position:relative;
height:40px;
overflow:hidden;
text-align:left;
padding-left:20px;
font-size:14px;
line-height:40px;
font-weight:bold;
color:#000;
background:#f6faff;
border-bottom:1px #becfdd solid;
}
.dvwndtitle .close {
position:absolute;
top:0;
right:0;
display:inline-block;
width:40px;
height:40px;
line-height:40px;
color:#000;
font-weight:bold;
}
.dvwndfocus{
background-color:white; 
cursor:move; 
font-weight:bold; 
color:white; 
padding:8px;
}
.dvwndchild{
padding:0px;
text-align:left;
background:url(../Images/tb_window_body.png) no-repeat bottom left;
}