@charset "utf-8";
/*
 * 样式文件还需要修改---FML
 */
.window
{
	overflow: hidden;
	border: solid 1px #D0D0C7;
	z-index:102;
}
.windowTop
{
	height: 30px;
	background:url(/images/dialog/bg_list.gif) repeat-x right top;
	position: relative;
	overflow: hidden;
	text-align:left;
}
.windowTopContent
{
	margin-right: 13px;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #025C7C;
}
.windowClose
{
	position: absolute;
	right: 10px;
	top: 10px !important;
	top: 5px;
	cursor: pointer;
	background:url(/images/dialog/window_close.jpg) no-repeat right;
	height:12px;width:12px;
}
.windowContent
{
	position:absolute;
	top: 30px;
	left:0px;
	overflow: hidden;
	background-color: #ffffff;
	text-align:left;
	width:100%;
}
.windowContent .icon{
	width:60px;padding-top:20px;
	position:relative;
	top:20px;left:30px;
	float:left;
}
.windowContent .icon div{
	width:48px;height:48px;
	background:url("/images/dialog/icon.jpg") no-repeat;
	
}
.windowContent .icon .icon_notice{
	background-position: 0px 0px;
}
.windowContent .icon .icon_error{
	background-position: -48px 0px
}
.windowContent .icon .icon_ok{
	background-position: -96px 0px
}
.windowContent .icon .icon_confirm{
	background-position: -144px 0px
}
.windowContent .info{
	float:left;
	padding-top:50px;
	padding-left:60px;
	width:60%; 
}
.windowContent .info .message{
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	font-family:Verdana,"宋体",sans-serif;
	color:#5B4328;
}
.windowContent .info .buttonInfo{
	clear:both;
	height:30px;
	text-align:right;
	margin-top:30px;white-space:nowrap
}
.buttonInfo .topBarLogin{
	background:url("/images/dialog/topBtn_bg.gif") no-repeat scroll left top transparent;
	display:block;
	float:left;
	height:23px;
	line-height:23px;
	margin:5px 10px 0 0;
	overflow:hidden;
	text-align:center;
	width:69px;
	color:#5B4328;
	border:none;
	cursor:pointer;
}
/*--信息提示框样式 begin--*/
.fun_msg,.fun_msg .fun_msg_ico,.fun_msg .fun_msg_end{
	background-image:url("/images/dialog/messagebg.png");
	background-repeat:no-repeat;
	color:#606060;
	float:left;
	font-size:14px;
	font-weight:bold;
	height:54px;
	line-height:54px;
}
.fun_msg{
	background-position:0 -161px;
	background-repeat:repeat-x;
	left:50%;
	padding:0 18px 0 9px;
	position:fixed !important;
	position:absolute;
	top:40%;
	z-index: 10000;
}
.fun_msg_ico{
	background-position:-6px -54px;
	left:-45px;
	position:absolute;
	top:0;
	width:45px;
}
.fun_msg_end{
	background-position:0 0;
	position:absolute;
	right:-6px;
	top:0;
	width:6px;
}/*--信息提示框样式 end--*/
