#fhchatmodal {
    font: 13px/1.231 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    *font-size: small;
    padding: 0;
    margin: 0; 
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    background-color: white;
}

#fhchatbox {
    width: 100%;
    min-height: 404px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;

}

.fhchat #fhchathistory {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
    color: #000000;
    height: 315px;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: auto;
    background: #ffffff;
    border: 1px #ececec solid;
    margin: 10px 0;
    padding: 10px;
    box-sizing: border-box;
}

#impacchat {
    color: #333333;
}

.fhchat .fhchatctrl {
    width: 100%;
    overflow: hidden;
}

#fhchatsubmit {
    margin-bottom: 10px;
    color: #fff;
    background-color: #c7290a;
}

#fhchatsubmit:disabled {
    background: #eee;
    color: #aaa;
}

.fhchat .fhchatctrl a {
    display: block;
    margin-bottom: 5px;
}

#fhprintchat {
    background-image: url('../../chat2/images/print.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: 18px;
}

#fhtranscriptrequest {
    background-image: url('../../chat2/images/save.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    line-height: 18px;
}

#fhchatagenttyping {
    background-image: url('../../chat2/images/lock.png');
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 18px;
    color: #a8a8a8;
    font-style: italic;
}

.fhchat .fhchatctrl #fhchatmsg {
    line-height: 116%;
    width: 65%;
    height: 100px;
    margin-bottom: 7px;
    padding-right: 0;
    background: #ffffff;
    float: left;
    border: 1px solid #BBBBBB;
    overflow: auto;
    box-sizing: border-box;
}

.fhchat .fhchatctrl .fhchataction {
    float: left;
    width: 35%;
    padding-left: 10px;
    box-sizing: border-box;
}

.fhchat #fhchathistory .visitor .name {
    color: #1b61b5;
    font-weight: bold;
}

.fhchat #fhchathistory .agent .name {
    color: #c7290a;
    font-weight: bold;
}

.fhchat #fhchathistory .system {
    color: #a8a8a8;
    font-style: italic;
}

.fhchat #fhtranscript {
    margin: 15px 0 0;
}

.fhchat .header.default {
    background-image: url('../../chat2/images/header-default.png');
}

.fhchat .header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url('../../chat2/images/close.png');
    width: 24px;
    height: 24px;
    display:block;
    opacity: 1 !important;
}

.fhchat .header {
    background-color: #c7290a;
    background-image: url('../../chat2/images/header-default.png');
    background-repeat: no-repeat;
    background-position: right 0;
    min-height: 50px;
    color: #fff;
}

.fhchat .header h2 {
    background-image: url('../../chat2/images/quote.png');
    background-repeat: no-repeat;
    background-position: 12px 15px;
    font-weight: normal;
    line-height: 50px;
    padding-left: 40px;
    margin: 0;
    color: #fff;
    font-size: 19px;
}

.fhchat .body {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;    
    padding: 0 20px;
    overflow: hidden;
}

.fhchat label {
    display: block;
}

.fhchat input {
    border: 1px #bbbbbb solid;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 100%;
    padding: 6px;
}

.fhchat label.required:after {
    content: "*";
    position: relative;
    float: right;
    color: #c7290a;
}

.fhchat input[type="submit"] {
    background-color: #c7290a;
    color: #fff;
    width: auto;
    border: 0;
}

.fhchat button {
    line-height: 24px;
}

.fhchat .pointer {
    background: #c7290a;
    color: #fff;
    background-image: url('../../chat2/images/pointer.png') !important;
    background-repeat: no-repeat;
    background-position: right 10px;
    padding-right: 20px;
    border: 1px #c7290a solid;
}

.fhchat .red {
    color: #c7290a;
}

.fhchat .footer {
    overflow: hidden;
    margin-top: 20px;
}

.fhchat .footer .left {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.fhchat .footer .right {
    float: left;
    width: 50%;
    border-left: 1px #AAAAAA solid;
    padding-left: 20px;
    box-sizing: border-box;
}

.fhchat .footer .right .or {
    position: absolute;
    background: #ffffff;
    display: block;
    width: 30px;
    height: 20px;
    margin: 12px 0 0 -35px;
    text-align: center;
}

.fhchat .footer p {
    margin: 0;
    padding: 0;
}

.fhchat .callfooter {
    text-align: center;
    font-size: 11px;
    margin-top: 20px;
    padding: 10px;
    background: #f3f3f3;
}

.fhchatintro {
    width: 400px;
    border: 3px #e5e5e5 solid;
    margin-bottom: 30px;
}

.fhchatintro .body {
    margin: 20px 0 0 0;
}

.fhchatintro #fhchathistory {
    height: 120px;
    float: left;
    box-sizing: border-box;
    margin: 0;
    width: 270px;
}

.fhchatintro .reppic {
    background: url('../../chat2/images/rep.png');
    width: 80px;
    height: 90px;
    float: right;
}

.fhchatintro .chatrow {
    margin-bottom: 20px;
    overflow:hidden;
}

.fhchat input[type="submit"] {
    cursor:pointer;
}

.fhchatrequire {
    font-size: 10px;
}

.body .callfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}