.dwin {
    position: absolute;
    border: 1px solid #666666;
    visibility: hidden;
    background-color: #ffffff;
}

.dWin_handle {
    width: auto;
    padding: 5px;
    color: #000000;
    background-color: #c0c099;
    cursor: move;
    overflow: hidden;
    font-weight: bold;
    text-indent: 3px;
    filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
    opacity: 1;
}

.dWin_handle .dWin_controls {
    position: absolute;
    right: 1px;
    top: 2px;
    cursor: pointer;
}

* html .dWin_handle {
    width: 100%;
}

.dWin_contentArea {
    height: 150px;
    padding: 0;
    overflow: auto;
    border-top: 1px solid #909066;
    color: #000000;
    background-color: #ffffff;
}

.dWin_statusArea {
    height: 13px;
    border-top: 1px solid #eeeeee;
    background-color: #cccccc;
}

.dWin_resizeArea {
    width: 13px;
    height: 13px;
    float: right;
    cursor: nw-resize;
    background: transparent url(win_resize.gif) top right no-repeat;
    font-size: 0;
}

.dWin_buttonClose {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    background: url(win_close.gif) left top no-repeat;
}

.dWin_buttonClose_down {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 3px;
    background: url(win_close_dn.gif) left top no-repeat;
}

.dWin_buttonMinimize {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 20px;
    background: url(win_min.gif) left top no-repeat;
}

.dWin_buttonMinimize_down {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 20px;
    background: url(win_min_dn.gif) left top no-repeat;
}

.dWin_buttonRestore {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 20px;
    background: url(win_restore.gif) left top no-repeat;
}

.dWin_buttonRestore_down {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    right: 20px;
    background: url(win_restore_dn.gif) left top no-repeat;
}

div.panel {
    display: block;
    margin-top: 0;
    padding: 10px;
    border: #cccccc 1px solid;
    color: #333333;
}
div.panel_hover {
    display: block;
    margin-top: 0;
    padding: 10px;
    border: #333333 1px solid;
    color: #000000;
}

table.address_header {
    padding: 0;
    border-collapse: collapse;
}
table.address_header td {
    padding: 2px;
    background-color: #999999;
}
table.address_list {
    padding: 0;
    border-collapse: collapse;
}
table.address_list td {
    padding: 2px;
}
