.taomee-dialog{position: fixed;width:100%;height:100%;top:0;left:0;}
.taomee-dialog .dialog-header { height: 42px; line-height: 42px; background: #EFEFEF; }
.taomee-dialog .dialog-header .dialog-header-title { line-height: 42px; font-size: 16px; font-family: '\5FAE\8F6F\96C5\9ED1'; color: #333; margin: 0; padding-left: 20px; position: relative; }
.taomee-dialog .dialog-closebtn { display: block; width: 21px; height: 21px; text-indent: -99em; overflow: hidden; background: url(../../images/loginbox/sprite.png) -123px -656px no-repeat; position: absolute; top: 10px; right: 10px; }
.taomee-dialog .dialog-closebtn:hover { background-position: -144px -656px; }
.taomee-dialog .dialog-body { background-color: #FFF; padding: 10px; min-height: 160px; }
.taomee-dialog .dialog-body .tac { text-align: center; padding-top: 50px; font-size: 16px;}
.taomee-dialog .dialog-footer { background-color: #FFF; padding: 20px; text-align: center; }
.taomee-dialog .dialog-btn { display: inline-block; text-align: center; text-decoration: none; font-size: 14px; width: 89px; height: 34px; line-height: 34px; margin: 0 5px; background: url(../../images/loginbox/sprite.png) 0 -806px no-repeat; color: #333; }
.taomee-dialog .dialog-btn:hover { background-position: -89px -806px; }
.mask { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #000; filter:alpha(opacity=30); background: rgba(0, 0, 0, 0.3);}

/* gray */
.taomee-dialog.gdialog-gray .dialog-btn { width: 99px; height: 32px; background: url(../../images/loginbox/pop_btn_bg.png); font-size: 14px; font-weight: bold; color: #FFF; }