#dialogContent {
    display: none;
}

.dialogBox, .dialogBox2 {
    display: none;
    position: absolute;
    left: 100px;
    top: 100px;
}

.dialogBox-tl, .dialogBox-tl2  {
    height:54px;
    padding-left: 30px;
    text-align: left;
    font-weight: bold;
    font-size:14px;
    color: #fff;
    background-image: url('/doum/images/popup/tl.png');
    background-repeat: repeat-x;
    cursor: move;
}

.dialogBox-tr, .dialogBox-tr2 {
    width: 73px;
    background: url('/doum/images/popup/tr.png') no-repeat;
    cursor: pointer;
}

.dialogBox-cl, .dialogBox-cl2 {
    padding: 10px 10px 10px 20px; 
    background: url('/doum/images/popup/cl.png') repeat-y;
}

.dialogBox-cr, .dialogBox-cr2 {
    width: 18px;
    background: url('/doum/images/popup/cr.png') no-repeat;

}

.dialogBox-bl, .dialogBox-bl2 {
    height: 26px;
    background: url('/doum/images/popup/bl.png') no-repeat;
}

.dialogBox-br, .dialogBox-br2 {
    background: url('/doum/images/popup/br.png') no-repeat;
}


#dialogTable, .dialogTable {border:1px solid #90CE50; background-color:#fff;}
#dialogTable TH {background-color:#F1FEE4; color:#5C7B00; text-align:center; height:32px;}
.dialogTable TH {background-color:#F1FEE4; color:#5C7B00; text-align:center;}
#dialogTable .td {color:#759C00; height:49px; background:url('/doum/images/popup/table_bg1.gif') repeat-x; line-height: 18px; }
.dialogTable .td {color:#759C00; line-height: 18px; border-bottom:1px dotted #97D15A;}
#dialogTable .td_empty. .dialogTable .td_empty {width:12px;}