.rDialog{position:fixed;width: 50%;top: 33%;left: 25%;}.rDialog-wrap{position:relative;background:#fff;background-clip:padding-box;border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-webkit-border-radius:10px;padding:1em 1em}.rDialog-header-load{text-align:center;background:url("../images/alert-loading.gif");background-repeat:no-repeat;background-position:0 0;background-size:100%;width:50px;height:53px;margin:auto}.rDialog-header-alert,.rDialog-header-ok{text-align:center;background:url("../images/alert-icons.png");background-repeat:no-repeat;background-size:100%;width:50px;height:53px;margin:auto}.rDialog-header-alert{background-position:0 -53px}.rDialog-header-ok{background-position:0 0}.rDialog-content{padding:1em 1em;font-size:.8em;color:#333;overflow:hidden;text-align:center}.rDialog-footer{padding-left:15px;text-align:center}.rDialog-footer a{display:inline-block;margin:0 15px 15px 0;height:38px;line-height:38px;padding:0 20px;font-size:.8em;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.rDialog-footer a:link,.rDialog-footer a:visited,.rDialog-footer a:hover{text-decoration:none}.rDialog-ok,.rDialog-ok:hover{background:#df0006;color:#fff}.rDialog-cancel,.rDialog-cancel:hover{color:#333;border:1px solid #333}.rDialog-mask{position:fixed;_position:absolute;left:0;top:0;width:100%;height:100%;background:#000;filter:alpha(opacity=50);opacity:.5}