/*Lee dialog 1.0 http://www.xij.cn/blog/?p=68*/

#floatBoxBg{display:none;width:100%;height:100%;background:#f4efe9;position:absolute;top:0;left:0;}
.floatBox{border:#ccc 5px solid;width:300px;position:absolute;top:50px;left:40%;}
.floatBox .title{height:23px;padding:7px 10px 0;background:#f4f4f4;color:#0072ff;}
.floatBox .title h4{float:left;padding:0;margin:0;font-size:14px;line-height:16px;}
.floatBox .title span{float:right;cursor:pointer;}
.floatBox .content{padding:20px 15px;background:#fff; padding-bottom:10px; height:380px; overflow:hidden; overflow-y:scroll}
.floatBox .content ul{ float:left; width:180px; background:#fff; overflow-y:scroll; height:380px; margin-right:60px}
.floatBox .content ul li img{ cursor:pointer}
.floatBox .close
{
	float:right;
}

#close
{
	text-align:right;
}
