/*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:#666 0px solid;width:450px;position:absolute;top:50px;left:40%;background:#fff;}
.floatBox .title{height:23px;padding:7px 10px 0;background:#333;color:#fff;background-image: url(../images/float_top.jpg);}
.floatBox .title h4{float:left;padding:0;margin:0;font-size:14px;line-height:16px;text-align:center;width:450px;}
.floatBox .title .closebtn{float:right;cursor:pointer;}
.floatBox .content{
	padding:10px;
	background-image: url(../images/float_middle.jpg);
	background-repeat:repeat-y;
	background-position:center middle;
	overflow-x:hidden;
	overflow-y:auto;
	text-align:left;
	height:355px;

}
.floatBox .bottom{
	background-image: url(../images/float_bottom.jpg);
	background-repeat:no-repeat;
	width:500px;
	height:14px;
}