@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 */
.aui_outer td{border:none;padding:0;line-height:normal;}
.aui_outer *{vertical-align: middle;}
.aui_border tr{border:none;}
.aui_outer table tr:hover{background:none}
.aui_inner{
	background: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
.aui_border,.aui_dialog{
	border-spacing:0;
}
.aui_dialog{
	min-width:300px;
}
.aui_outer .aui_main,.aui_outer .aui_icon{
	background:#fff;
	border:1px solid #e5e5e5;
	border-left:none;
	border-right:none;
}
.aui_title{
	height: 45px;
	line-height: 45px;
	padding: 0px 25px 0 5px;
	_padding: 0;
	text-indent: 5px;
	color: #555;
	font-size:16px;
	font-weight: normal;
}
.aui_close{
	opacity: .2;
	display: block;
	position: absolute;
	text-decoration: none;
	outline: none;
	_cursor: pointer;
	padding: 0;
	top: 8px;
	right: 8px;
	width: 21px;
	height: 21px;
	line-height: 21px;
	font-size: 22px;
	color: #000;
	font-weight: 700;
	text-align: center;
	font-family: Helvetica, STHeiti;
	_font-family: '\u9ed1\u4f53', 'Book Antiqua', Palatino;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .9);
}
.aui_close:hover,.aui_close:focus{
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}
.aui_inner a:hover,.aui_inner a:focus{
	outline:none;
	text-decoration: none;
}
.aui_inner a:focus{
}
.aui_buttons {
	padding: 8px;
	text-align: right;
	white-space: nowrap;
}
.aui_buttons button{
	margin-left:8px;
}
.aui_icon div{
	width: 48px;
	height: 48px;
	margin: 10px 0 10px 10px;
	background-position: center center;
	background-repeat: no-repeat;
}
.aui_content.aui_state_full {
display: block;
width: 100%;
margin: 0;
padding: 0!important;
height: 100%;
}