﻿#dialog_div {
    font-family: Microsoft JhengHei;
}

.red {
    color: red;
}
/*抬頭*/
.ui-widget-header {
    background: #399D73;
    /*border: 1px solid #b9cd6d;*/
    border: none;
    color: white;
    /*font-weight: bold;*/
    font-size: 17px;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-widget .ui-widget {
    font-size: 12px;
}
/*錯誤訊息 li*/
.errcode {
    margin-top: 10px;
}


.ui-dialog, .ui-dialog-buttonpane {
    /*background-color: #5DAF8D;*/
}


.dialog {
    font-size: 0.8em;
    color: #3e3e3e;
    line-height: 22px;
    letter-spacing: 0.1em;
}

    .dialog ul {
        list-style: none;
        line-height: 1.6em;
        letter-spacing: 0.1em;
        margin-left: 13px;
    }

    .dialog a {
        color: blue;
        text-decoration: none;
    }

.ui-dialog .ui-dialog-buttonpane {
    border: none;
}
.dialog_btn {
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #d3d3d3;
    background-color: #e6e6e6;
    font-weight: normal;
    color: #555555;
    text-align: center;
    border-radius: 4px;
    padding:3px 15px;
    color:#333;

}
