@charset "utf-8";

/* dialog
-----------------------------------------------*/
.rDialog{ position:fixed; _position:absolute;}
.rDialog-wrap{ position:relative; background:#fff; background-clip:padding-box; border:8px #b2b2b2 solid; border:8px rgba(0, 0, 0, 0.2) solid; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.rDialog-close{ display:block; position:absolute; right:15px; top:13px; z-index:1; width:10px; height:9px; background:url(../images/icon-close.png) 0 0 no-repeat; text-indent:-9999em; overflow:hidden;}
.rDialog-close:hover{ background-position:0 -9px;}
.rDialog-header{ height:36px; padding:0 15px; font-size:14px; line-height:36px; background:#f0f0f0;moz-user-select:-moz-none;-moz-user-select: none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
.rDialog-content{ padding:20px 15px; font-size:14px; overflow:hidden;}
.rDialog-footer{ padding-left:15px; text-align:right;}
.rDialog-footer a{ display:inline-block; margin:0 15px 15px 0; height:32px; line-height:32px; padding:0 30px; font-size:14px; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;}
.rDialog-footer a:link, .rDialog-footer a:visited, .rDialog-footer a:hover{ color:#fff; text-decoration:none;}
.rDialog-ok{ background:#e8380d;}
.rDialog-ok:hover{ background:#fb1515;}
.rDialog-cancel{ background:#ccc;}
.rDialog-cancel:hover{ background:#c1c1c1;}
.rDialog-mask{ position:fixed; _position:absolute; left:0; top:0; width:100%; height:100%; background:#000; filter:alpha(opacity=30); opacity:.3;}