@charset "utf-8";
/* CSS Document */
.float-leaveword{top:50px;left:100px;width:463px;height:356px;position:fixed;background:url(/images/bg.png) no-repeat; top:0px;left:50%;z-index:10000;display:none;text-align:left;}
.float-leaveword-btn{z-index:10001;position:fixed;display:inline-block;width:35px;height:109px;background:url(/images/btn.gif) no-repeat;right:0px;}
.float-leaveword,.float-leaveword-btn{ /* ie6 hack */ _position: absolute; _margin-top: expression(- parseInt(this.offsetHeight / 1000) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

.float-leaveword form{width:100%;height:100%;}
.float-leaveword *{font-size:12px;position:absolute;}
.float-leaveword input{background:none;border:none;line-height:25px;}
.float-leaveword .btnsubmit{background:none;cursor:pointer}
.float-leaveword p{display:inline-block;font-size:14px;line-height:19px;}
.float-leaveword p *{ position:relative;font-size:14px;}
.float-leaveword a.close,.float-leaveword .dialog-head{background:url(/images/btn.gif) no-repeat;}
.float-leaveword span.law{position:absolute;display:inline-block;width:80px;background:#000;}

.float-leaveword label *{position:relative}
.float-leaveword label.error{display:none;}
.float-leaveword label.prompt em{ font-weight:bold; font-style:normal;padding:0 3px;}

/*以下主要为自定义显示样式*/
.float-leaveword input{width:135px;height:25px;} /*姓名、电话样式*/
.float-leaveword .name{bottom:96px;right:32px;} /*姓名位置*/
.float-leaveword .phone{bottom:56px;right:32px;} /*电话位置*/
.float-leaveword .dialog-head{width:109px;height:35px;background-position:0px 0px;top:100px;left:33px;top:65px;} /*企业在线*/
.float-leaveword .btnsubmit{bottom:14px;right:30px;width:102px;height:23px;} /*提交按钮*/
.float-leaveword a.close{width:19px;height:18px;top:76px;right:4px;background-position:-88px -40px;} /*关闭按钮*/
.float-leaveword a.close:hover{background-position:-88px -60px;}
.float-leaveword p{width:310px;top:160px;left:26px;} /*欢迎文字*/
.float-leaveword p font{color:#F00} /*地理位置颜色*/
.float-leaveword p em{ font-style:normal;} /*IP地址*/
.float-leaveword label.error{right:36px;bottom:122px;color:#F00;font-size:14px;} /*错误信息*/
.float-leaveword label.prompt{color:#93C;bottom:15px;right:145px;} /*提示信息*/
.float-leaveword label.prompt em{font-size:15px;color:#F00;} /*倒记时数字样式*/
.float-leaveword-btn{background-position: 0px -38px;} /*右侧浮动按钮*/
.float-leaveword span.law{bottom:24px;left:24px;}
.float-leaveword span.law a{color:#F3F;}
.float-leaveword span.law a:hover{color:#F33}


