﻿.dlg-control
{
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
    font-size: 11px;
}

.d_close
{
    background: url(gfx/theme_header/treeview_header_m.gif);
    background-repeat: repeat-x;
    cursor: default;
    border: 0px;
    height: 29px;
}

.d_close a { margin-top:0px;display:block;float:right;width:35px;height:25px;background:transparent url("gfx/static.png") no-repeat -18px 0;cursor:default; }
.d_close a:hover { background-position:-18px -25px; }
.d_close a:active { background-position:-18px -50px;outline:none; }

.dlg_content
{
    background:#fff; 
    border-left: solid 5px black; 
    border-right: solid 5px black;
    padding: 5px;
}

.dlg_footer_m
{
    border-bottom: solid 5px Black; 
    height: 30px;
    padding-top: 5px;
    cursor: default;
}

