/*Lee dialog 1.0 http://www.xij.cn/blog/?p=68*/

#floatBoxBg{display:none;width:100%;height:100%;background:#000;position:absolute;top:0;left:0;}
.floatBox{border:1px solid #A9C9E2;width:380px;position:absolute;top:50px;left:40%;background:#fff;}
.floatBox .title{
	cursor:default;
	height:23px;
	color:#000000;
	background-color: #E8F5FE;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.floatBox .title h4{
	float:left;
	padding:0;
	margin:0;
	font-size:12px;
	line-height:16px;
}
.floatBox .title span{
	float:right;
	cursor:pointer;
	font-weight: normal;
}
.floatBox .content{
	font-size: 12px;
	font-weight: normal;
	background-image: url(/image/bj_a.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 149px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.floatBox input{padding:0px 12px 0px 12px;height:20px}
