@charset "utf-8";
/*
 * artDialog skin
 * http://code.google.com/p/artdialog/
 * (c) 2009-2011 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */
 
/* common start */
body { _margin:0; _height:100%; /*IE6 BUG*/ }
.aui_outer { text-align:left; }
table.aui_border, table.aui_dialog {border-collapse:collapse; width:auto;}
.aui_nw, .aui_n, .aui_ne, .aui_w, .aui_c, .aui_e, .aui_sw, .aui_s, .aui_se, .aui_header, .aui_tdIcon, .aui_main, .aui_footer { padding:0;}
.aui_c{width:450px;height:auto;overflow:hidden;}
.aui_title { overflow:hidden; text-overflow: ellipsis; }
.aui_state_noTitle .aui_title { display:none; }
.aui_close { display:block; position:absolute; text-decoration:none; outline:none; _cursor:pointer; }
.aui_close:hover { text-decoration:none; }
.aui_main { text-align:center; min-width:9em; min-width:0\9/*IE8 BUG*/;border:none;}
.aui_content { display:inline-block; *zoom:1; *display:inline; text-align:left; border:none 0; }
.aui_content.aui_state_full { display:block; width:100%; margin:0; padding:0!important; height:100%; }
.aui_loading { width:96px; height:32px; text-align:left; text-indent:-999em; overflow:hidden; background:url(../images/loading.gif) no-repeat center center; }
.aui_icon { vertical-align: middle;width:0px;}
.aui_buttons { padding:20px 8px 30px;  text-align:center; white-space:nowrap; }
/* common end */

.aui_inner { background:none; }
.aui_outer, .aui_inner {    }
.aui_border { box-shadow: inset 0 0 1px rgba(255, 255, 255, .9);border-radius:5px !important;}
.aui_nw, .aui_ne, .aui_sw, .aui_se { width:0px; height:0px; }
.aui_state_lock .aui_nw, .aui_state_lock .aui_n, .aui_state_lock .aui_ne, .aui_state_lock .aui_w, .aui_state_lock .aui_e, .aui_state_lock .aui_sw, .aui_state_lock .aui_s, .aui_state_lock .aui_se {}
.aui_state_focus{border-radius:5px;}
.aui_state_focus .aui_dialog {width:100%;height:100%;}
.aui_state_focus .aui_outer { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);border-radius:5px !important;background:#fff;}
.aui_state_lock .aui_border { box-shadow:0 3px 26px rgba(0, 0, 0, .9);border-radius:5px !important;background:#fff;}
.aui_state_drag .aui_outer, .aui_outer:active { box-shadow:none; }
.aui_titleBar { position:relative; height:100%; }
.aui_title {line-height:50px; padding:0 30px;color:#fff;}
.aui_state_drag .aui_titleBar { box-shadow:none; }
.aui_close { padding:0; top:13px; right:20px; width:21px;height:21px; line-height:21px; font-size:34px; color:#C4C4C4; text-align:center; }
.aui_close:active { box-shadow: none; }
.aui_content { color:#666;font-size:20px;}
.aui_state_focus .aui_content { color:#666; } 
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se { width:3px; height:3px; }
.aui_state_noTitle .aui_inner { border:1px solid #666; background:#FFF; }
.aui_state_noTitle .aui_outer { border:none 0; box-shadow:none; }
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_n, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_w, .aui_state_noTitle .aui_e, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_s, .aui_state_noTitle .aui_se { background:rgba(0, 0, 0, .05); background:#000\9!important; filter:alpha(opacity=5)!important; }
.aui_state_noTitle .aui_titleBar { bottom:0; _bottom:0; _margin-top:0; }
.aui_state_noTitle .aui_close { top:0; right:0; width:18px; height:18px; line-height:18px; text-align:center; text-indent:0; font-size:18px; text-decoration:none; color:#214FA3; background:none; filter:!important; }
.aui_state_noTitle .aui_close:hover, .aui_state_noTitle .aui_close:active { text-decoration:none; color:#900; }
.aui_state_noTitle .aui_dialog {box-shadow: none;}


.aui_buttons button {
    cursor: pointer;
    letter-spacing: 2px;
    border-radius: 2px;
	font-size:18px;
	text-align:center;
	display:inline-block;
    margin:0 10px;
    font-weight:normal;
    border:#F08519 solid 1px;
    background:none;
    color:#F08519;
    padding:5px 40px !important;
}
.aui_state_highlight {
    background: #F08519 !important;
    font-size:18px;
    color:#fff !important;
    display:inline-block;
}
