﻿
/*弹窗样式*/


body .aui_title{height: 44px;line-height: 44px;font-size: 18px;}
body .aui_buttons button{
	font-size: 14px;
	padding: 10px 15px;
	border: 0px;
	box-shadow:0px 0px 0px ;
	text-shadow:0px 0px 0px ;
	background: #f6f6f6;
	transition: none;
}
body button.aui_state_highlight:focus,
body .aui_buttons button:focus{
	box-shadow:0px 0px 0px ;
	text-shadow:0px 0px 0px ;
}
body .aui_nw{
	width: 20px;
}
body button.aui_state_highlight{
	background: #35a7ba;
}
body .aui_content{
	font-size: 14px;
	padding: 20px 10px !important;
}
body .aui_icon, 
body .aui_main{
	padding: 15px 0;
}
body .aui_main{
	text-align: left;
	min-width: 20em;
}
body .aui_buttons button{
	transition: none;
}

body .aui_buttons button:active{
	background: #f0f0f0;
	box-shadow:0px 0px 0px;
}

body button.aui_state_highlight:active{
	background: #2c97aa;
	box-shadow:0px 0px 0px;
}

body .aui_close{
	width: 44px;
	height: 44px;
	text-align: center;
}