@charset "utf-8";
/* CSS Document */

html,body,h2{
	margin:0px;
	padding:0px;
}

.xwlog{

	width:500px;
	height:300px;
	font-size:12px;
	position:absolute;
}
.xwlog .xwlogtop{
	color:#FFF;
	width:100%;
	height:0;
	line-height:26px;
	font-weight:bold;
	text-indent:10px;
}
.xwlog .xwlogtop h2{
	background:url(d_x.gif) repeat-x;
	
	font-size:14px;
	overflow:hidden;
	height:100%;
	position:relative;
}

.xwlog .xwlogtop i,.xwlog .xwlogtop b{
	position:absolute;
	top:0px;
	
	height:100%;
	width:0;
	
}
.xwlog .xwlogtop i{
	left:0px;
	
}
.xwlog .xwlogtop b{
	right:0px;
	
}


.xwlog .xwlogtop strong{
	position:absolute;
	top:0px;
	right:80px;
	width:auto;
	font-size:12px;
	font-weight:normal;
	height:100%;
}

.xwlog span.xwlogClose{
	position:absolute;
	background-image:url(/images/tejiacai/close.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:46px;
	width:47px;
	top:-25px;
	right:-25px;
	cursor:pointer;
	z-index:100;
}
.xwlog  span.xwlogCloseCur{
	background-image:url(/images/tejiacai/close.png);
	background-repeat:no-repeat;
	background-position:left top;
}


.xwlog .xwlogContaiern{
	width:100%;
	position:relative;
	overflow:hidden;
}
.xwlog .xwlogContaiern .xwlogLeft{
	float:left;
	
	height:100%;
	width:0px;
	overflow:hidden;
}
.xwlog  .xwlogContaiern .xwlogRight{
	float:right;
	
	height:100%;
	width:0px;
	overflow:hidden;
}
.xwlog .xwlogContaiern .xwlogCon{
	float:left;
	width:100%;
	height:100%;
	
}
.xwlog .xwlogCon .xwlogConLr{
	height:100%;

	
}
.xwlog .xwlogConLr .xwlogInfo{
	height:100%;
	overflow:auto;
}
.xwlog .xwlogCon .xwlogIframe{
	height:100%;
	
}

.xwlog .xwlogbot{
	
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:0
}
.xwlog .xwlogbot i{
	position:absolute;
	width:0px;
	height:100%;
	overflow:hidden;
	
	top:0px;
	left:0px;
}
.xwlog .xwlogbot b{
	position:absolute;
	width:0px;
	height:100%;
	overflow:hidden;

	top:0px;
	right:0px;
}
.xwlogOut{
	position:absolute;
	top:0px;
	left:0px;
	background:#ccc;
	z-index:100;
	width:100%;
	height:100%;

}

.IconOk {
	background:url(ok.gif) no-repeat 10px center;
}
.IconErr {
	background:url(err.gif) no-repeat 10px center;
}
.IconAtt {
	background:url(att.gif) no-repeat 10px center;
}
.IconWhy {
	background:url(why.gif) no-repeat 10px center;
}
