body {
    /*font-family: Arial, Helvetica, sans-serif;*/
}

table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.ui-dialog .ui-dialog-buttonpane button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: -moz-linear-gradient(top, #e70014 0%, #cf0012 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e70014), color-stop(100%, #cf0012));
    background: -webkit-linear-gradient(top, #e70014 0%, #cf0012 100%);
    background: -o-linear-gradient(top, #e70014 0%, #cf0012 100%);
    background: -ms-linear-gradient(top, #e70014 0%, #cf0012 100%);
    background: linear-gradient(to bottom, #e70014 0%, #cf0012 100%);
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: inherit;
    margin: 0 auto;
    text-align: center;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

.tob_term {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    frameborder: 0;
    border: 0;
}

.contract_confirm_dialog_content {
    border: 1px solid #d4d4d4;
    padding: 10px;
    border-radius: 5px;
    /*background-color: #f2f2f2;*/
    background: url('/images/user/common/loading2.gif') center center no-repeat;
}