﻿.chat-form {width:222px;position:fixed;right:2px;bottom:0;padding-bottom:1px;z-index:99999;background:none;}
.chat-form.hide {display: none;}
.chat-form .chat-form-header {position:relative;width:222px;height:33px;cursor:pointer;color:#fff;overflow:hidden;}
.chat-form .chat-form-header .chat-form-header-top {height:1px;font-size:0;line-height:1px;margin:0 2px;}
.chat-form .chat-form-header .chat-form-header-midden {height:1px;font-size:0;line-height:1px;margin:0 1px;}
.chat-form .chat-form-header .chat-form-header-bottom {background-color:#9e9999;height:31px;line-height:31px;padding-left:9px;font-size:13px;}
.chat-form .chat-form-header .chat-form-header-close {position:absolute;right:12px;top:8px;width:19px;height:20px;background:url(../images/inquiry_close.png) left top no-repeat;cursor:pointer;overflow:hidden;}
.chat-form .chat-form-header .chat-form-header-close.hide {background:url(../images/inquiry_open.png) left top no-repeat}
.chat-form .chat-form-box {position:relative;height:238px;border:1px solid #9e9999;padding:3px 7px 7px 7px;background:#fff;background:url(../images/inquiry_bg.jpg) left top no-repeat;}
.chat-form .chat-form-box.hide {display: none;}
.chat-form .chat-form-box .chat-form-box-content {position: relative;}
.chat-form .chat-form-box .chat-form-box-content .content-textarea {display:block;width:192px;height:65px;border:1px solid #dedede;padding:6px;margin-top:6px;font-size:12px;color:#101010;resize:none;overflow-y:auto;overflow-x:hidden;}
.chat-form .chat-form-box .chat-form-box-input {width:204px;height:22px;border:1px solid #cccccc;margin-top:5px;background: #fff;}
.chat-form .chat-form-box .chat-form-box-input .chat-form-box-input-left {float:left;width:40px;height:22px;text-align:center;line-height:22px;background:url(../images/inquiry_label.jpg) left top repeat-x;font-size:12px;color:#666;}
.chat-form .chat-form-box .chat-form-box-input .chat-form-box-input-right {position:relative;float:right;}
.chat-form .chat-form-box .chat-form-box-input .chat-form-box-input-right input {display:block;width:156px;border:none;background-color:#fff;height:22px;line-height:22px;color:#101010;padding:0 0 0 6px;margin:0;}
.chat-form .chat-form-box .chat-form-box-btn {position:absolute;width:200px;height:37px;line-height:41px;text-align:center;}
.chat-form .chat-form-box .chat-form-box-btn input {width:93px;height:29px;line-height:20px;cursor:pointer;color:#fff;font-size:12px;border:none;margin-top:8px;background-color:#9e9999;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
