.dialogBox {
    text-align: center !important;
    font-family: Helvetica,Verdana,Arial,"Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	font-size: 16pt;
	font-weight: normal;
    color:	rgb(12, 36, 53);
    border-radius: 6px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    border: 3px solid #213b61;
    box-shadow:4px 4px 7px #a56161;
}

.modal-header {
    text-align: left !important;
    background-color: rgb(46, 77, 136);
    border-radius: 0px; 
}
.dialogBox_title {
    font-family: Helvetica,Verdana,Arial,"Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	font-size: 14pt;
	font-weight: bold;
    color:	rgb(255, 255, 255);
}

.modal-body {
    text-align: left !important;
    background-color: rgb(250, 250, 250);
    min-height: 80px;
}

.dialogBox_content {
    font-family: Helvetica,Verdana,Arial,"Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	font-size: 12pt;
	font-weight: normal;
    color:	rgb(57, 67, 73);
}

.progress_dialogBox_content {
    font-family: Helvetica,Verdana,Arial,"Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif;
	font-size: 12pt;
	font-weight: normal;
    color:	rgb(57, 67, 73);
    text-align: center;
}

.modal-footer {
    background-color: rgb(46, 77, 136);
}
