﻿
.ui-dialog {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.ui-dialog-title {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    position: relative;
}
.ui-dialog-close {
    background: rgba(0, 0, 0, 0) url("../images/dialog.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 13px;
    z-index: 100000;
}
.ui-dialog-content {
    background: #fff none repeat scroll 0 0;
    overflow: auto;
    padding: 10px;
}
.ui-dialog-btn {
    background-color: #fff;
    padding: 10px 10px 15px;
    text-align: center;
}
.ui-dialog-btn-cancel, .ui-dialog-btn-submit {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(221, 221, 221, 0.3) 0px, rgba(243, 242, 242, 1) 100%) repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    display: -moz-inline-stack;
    padding: 3px 16px;
}
.ui-dialog-btn-cancel:hover, .ui-dialog-btn-submit:hover {
    color: #333;
    text-decoration: none;
}
.ui-dialog-btn-submit {
    margin-right: 10px;
}
.ui-dialog-autoclose {
    background-color: #fff;
    padding: 10px;
}