/* Dialog 樣式 */
#process_modal, #confirm_modal, #alert_modal {
    display: none
}



#process_modal table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px
}
#process_modal table th, #process_modal table td {
    vertical-align: middle
}
#process_modal table th {
    width: 30%;
    text-align: right
}
#process_modal table td {
    width: 70%;
    color: #ccc
}



#confirm_modal table, #alert_modal table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px
}
#confirm_modal table th, #alert_modal table th {
    width: 80px;
    text-align: right;
    vertical-align: top
}



.dialog_title {
    width: 100%;
    height: 16px;
    padding: 8px 0 8px;
    *padding: 10px 0 6px;
    color: #ddd;
    font-size: 13px;
    font-family: Times New Roman;
    background: #000
}
.dialog_title div {
    float: left;
    margin-left: 8px
}
.dialog_close {
    float: right;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background-image: url(../images/dialog/dialog_close.png)
}
.dialog_txt {
    text-align: left;
    font-size: 13px;
    font-family: Times New Roman
}
.dialog_msg {
    list-style: none;
	line-height: 18px;
    padding: 2px 0 1px 17px;
    *padding: 3px 0 0 4px;
    text-align: left;
    background: url(../images/dialog/dialog_arrow.gif) no-repeat 5px
}
.dialog_button {
    text-align: center
}
.dialog_btn {
    list-style: none;
	margin: 3px auto;
	padding: 0;
    font-size: 12px;
    font-family: Times New Roman
}
.dialog_btn li {
    display: inline;
    margin: 0 2px
}
.dialog_btn li a {
    padding: 3px 4px 3px 23px;
    *padding: 4px 4px 2px 20px;
    color: #333;
    text-decoration: none;
    border: 1px solid #bfbfbf
}
.dialog_btn li a.icon_yes {
    background: #e7edf8 url(../images/dialog/btn_yes.gif) no-repeat 3px
}
.dialog_btn li a.icon_no {
    background: #e7edf8 url(../images/dialog/btn_no.gif) no-repeat 3px
}
.dialog_btn li a.icon_close {
    background: #e7edf8 url(../images/dialog/btn_close.gif) no-repeat 3px
}
.dialog_btn li a:hover {
    color: #333;
    border: 1px solid #222;
    background-color: #fff
}



/*