.dialog .header{background:#215b94;}
.dialog .header h2{font-size:15px;text-indent:10px;color:#fff;height:40px;line-height:40px;cursor:move; -webkit-user-select:none; -moz-user-select:none; user-select:none;}
.dialog .header s{background:#215b94 url(../images/close-btn.png) no-repeat center center;}
.dialog .footer{background:#D0DDE9;border-top:1px solid #85A9CC;}
.dialog .footer .buttons button{height:30px;line-height:30px;font-size:16px;border-radius: 3px;margin-left:10px;min-width:100px;border:none;color:#fff;font-size:14px;cursor:pointer;}
.dialog .footer .buttons button.confirm{background:#215B94;}
.dialog .footer .buttons button.cannel{background: #85A9CC; border:1px solid #85A9CC;}