@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: 0;
	margin: 0;
	width: auto;
	border-collapse: collapse;
}
.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_header, .aui_buttons button {
	font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
	_font-family: Tahoma, Arial, Helvetica, STHeiti;
	-o-font-family: Tahoma, Arial;
}
.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: 18em;
	min-width: 0 \18/*IE8 BUG*/;
}
.aui_content {
	*zoom:1;
	*display:inline;
	text-align: left;
	border: none 0;
	padding: 20px 12px;

	font-size: 14px;
	color: #555;
}
.aui_content.aui_state_full {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0!important;
	height: 100%;
	padding: 20px 12px;
}

.aui_content form,.aui_content div,.aui_content p{
	font-size: 12px;
}

.aui_loading {
	width: 96px;
	height: 32px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	background: url(icons/loading.gif) no-repeat center center;
}
.aui_icon {
	vertical-align: middle;
	padding-left: 20px;
}
.aui_icon div {
	width: 31px;
	height: 31px;
	margin: 10px 0 10px 10px;
	margin-right: -15px;
	background-position: center center;
	background-repeat: no-repeat;	
	position: relative;
	z-index:3;
}
.aui_buttons {
	padding: 2px 15px 14px 8px;
	*padding: 2px 0px 14px 0px;
	text-align: center;
	white-space: nowrap;
}
.aui_buttons button {
	margin-left: 10px;
	padding: 8px 36px;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 1;
	*padding:5px 13px;
	*height:2em;
	font-family: Tahoma, Arial/9!important;
	width: auto;
	overflow: visible;
	*width:1;
	color: #fd3f17;
	font-size: 14px;
	border: solid 1px #fd3f17;
	background: #FFF;

	transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
}
.aui_buttons button::-moz-focus-inner {
border:0;
padding:0;
margin:0;
}
.aui_buttons button:focus {
	outline: none 0;
}
.aui_buttons button:hover {
	outline: none 0;
	color: #fff;
	background-color: #ec2900;
	border: solid 1px #ec2900;
}
.aui_buttons button:active {
	color: #FFF;
	background-color: #ec2900;
}
.aui_buttons button[disabled] {
	color: #000;
}
button.aui_state_highlight {
	color: #fd3f17;
}
button.aui_state_highlight:hover {
	color: #fff;
	background-color: #ec2900;
	border: solid 1px #ec2900;
}
button.aui_state_highlight:active {
	color: #FFF;
	background-color: #ec2900;
}
/* common end */

.aui_inner {
	background: #FFF;
}
.aui_titleBar {
	width: 100%;
	height: 0;
	position: relative;
	margin-top: 1px;
	bottom: 30px;
	_bottom: 0;
	_margin-top: -30px;
	padding: 0;
}
.aui_title {
	height: 34px;
	line-height: 34px;
	padding: 0 30px 0 6px;
	margin-top: -5px;
	_padding: 0;
	text-indent: 5px;
	color: #FFF;
	font-size: 16px;
	background: #fd3f17;
}
/*.aui_nw, .aui_ne, .aui_sw, .aui_se, .aui_n, .aui_s, .aui_close {
	background: url(blue/bg.png);
}*/
/*.aui_nw {
	width: 5px;
	height: 45px;
	background-position: -3px 0;
_png:blue/ie6/nw.png;
}*/
/*.aui_ne {
	width: 5px;
	height: 45px;
	background-position: -15px 0;
_png:blue/ie6/ne.png;
}*/
.aui_sw {
	width: 12px;
	height: 10px;
	background-position: -3px -45px;
_png:blue/ie6/sw.png;
}
.aui_se {
	width: 12px;
	height: 10px;
	background-position: -15px -45px;
_png:blue/ie6/se.png;
}
.aui_close {
	top: 0px;
	*top: -5px;
	right: 0px;
	_z-index: 1;
	width: 34px;
	height: 34px;
	_font-size: 0;
	_line-height: 0;
	text-indent: -9999em;
	background: url(blue/bg.png?20150127) 6px -113px #fd3f17 no-repeat;
   _png:blue/ie6/close.png;

   transition: all 500ms ease-in-out 0s;
   -moz-transition: all 500ms ease-in-out 0s;
   -webkit-transition: all 500ms ease-in-out 0s;
}
.aui_close:hover {
	background-color: #ec2900;
}
/*.aui_n, .aui_s {
	background-repeat: repeat-x;
}
.aui_n {
	background-position: 0 -55px;
_png:blue/ie6/n.png;
}*/
.aui_s {
	background-position: 0 -100px;
_png:blue/ie6/s.png;
}
/*.aui_w, .aui_e {
	background-image: url(blue/bg2.png);
	background-repeat: repeat-y;
}*/
/*.aui_w {
	background-position: left top;
_png:blue/ie6/w.png;
}*/
/*.aui_e {
	background-position: right bottom;
_png:blue/ie6/e.png;
}*/
 @media screen and (min-width:0) {
.aui_state_drag .aui_outer {
	box-shadow: none;
}
.aui_outer:active {
	box-shadow: 0 0 5px rgba(2, 37, 69, .1)!important;
}
.aui_state_drag .aui_outer {
	box-shadow: none!important;
}
/*.aui_nw, .aui_ne, .aui_sw, .aui_se, .aui_n, .aui_s, .aui_close {
	background: url(blue/bg.png);
}
.aui_nw {
	width: 5px;
	height: 45px;
	background-position: -3px 0;
_png:blue/ie6/nw.png;
}
.aui_ne {
	width: 5px;
	height: 45px;
	background-position: -15px 0;
_png:blue/ie6/ne.png;
}*/



.aui_sw {
	width: 12px;
	height: 10px;
	background-position: -3px -45px;
_png:blue/ie6/sw.png;
}
.aui_se {
	width: 12px;
	height: 10px;
	background-position: -15px -45px;
_png:blue/ie6/se.png;
}

.aui_n {
	background-position: 0 -55px;
}
.aui_s {
	background-position: 0 -100px;
}
/*.aui_w, .aui_e {
	background-image: url(blue/bg2.png);
}*/
}
.aui_state_noTitle .aui_outer {
	box-shadow: none;
}
.aui_state_noTitle .aui_inner {
	background: none;
}
.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-family: Helvetica, STHeiti;
	_font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino;
	font-size: 18px;
	text-decoration: none;
	background: none;
filter:!important;
}*/
.aui_state_noTitle .aui_nw, .aui_state_noTitle .aui_ne, .aui_state_noTitle .aui_sw, .aui_state_noTitle .aui_se, .aui_state_noTitle .aui_n, .aui_state_noTitle .aui_s, .aui_state_noTitle .aui_w, .aui_state_noTitle .aui_e {
	display: none;
}
.aui_state_noTitle .aui_header, .aui_state_noTitle .aui_footer {
	display: none;
}
.aui_state_noTitle .aui_close:hover, .aui_state_noTitle .aui_close:active {
	text-decoration: none;
	color: #900;
}

/*.aui_close {
	top: 9px;
	right: 1px;
	_z-index: 1;
	width: 20px;
	height: 20px;
	_font-size: 0;
	_line-height: 0;
	text-indent: -9999em;
	background-position: 0 -112px;
_png:blue/ie6/close.png;
}
.aui_close:hover {
	background-position: 0 -129px;
}*/
.clear {
	clear: both;
}
.infodrmation {
	padding: 12px 30px;
	color: #FFF;
	background: #fd3f17;
	text-align: center;
}



.aui_content input[type="text"]{
	height: 24px;
	padding: 2px 4px;
	background: #FFF;
	outline: none;
	border: 1px solid #d8d8d8;
	font-size: 12px;
	color: #444;
	line-height: 24px;
}
.aui_content input[type="text"]:focus{
	border: 1px solid #fba64b;
}
.aui_content input[type="checkbox"]{
	position:relative;
	top: 2px;
}

textarea{
	padding: 2px 4px;
	background: #FFF;
	outline: none;
	border: 1px solid #d8d8d8;
	font-size: 12px;
	color: #444;
	line-height: 24px;
}
textarea:focus{
	border: 1px solid #fba64b;
}

.report_txt{
	width: 326px;
	font-size: 14px;
}

.report_txt  b {
    color: #444;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 6px;
}
.report_txt span,.report_descr span{
	color: #ff8400;

}
.report_descr{
	width: 326px;

	color: #999;
    font-size: 12px;
    padding-top: 10px;
}


.aui_content .inputBox .inputtxt {
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    color: #979696;
    font-family: "微软雅黑",Arial;
    height: 35px;
    line-height: 37px;
    margin-top: 10px;
    text-indent: 10px;
    transition: border-color 0.3s ease 0s;
    width: 257px;
    padding: 0;
}