@charset "gb2312";
/* 前台全局
date:20140915
author:张伟杰
*/

/*lightBox样式*/
.lightBoxMask{width:100%;height:100%;background:#000;z-index:100000;position:absolute;top:0;left:0;cursor: pointer;}
.lightBox{padding:10px;background:#fff;position:fixed;top:100px;left:100px;overflow:hidden;z-index:100001;
/*ie6_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); */

}
.lightBoxContainer{overflow:hidden;}
.lightBoxClose{margin-top:5px;padding:5px;text-align:right;font-size:14px;color:#555;cursor: pointer;}