#callme { height: 151px; position: fixed; *position: absolute; top: 150px; right: 0; width: 22px; z-index: 110; }

.cme-form { border: 1px solid #0f8f0c; box-shadow: 0 2px 20px #333333; border-radius: 5px; background: #fff; z-index: 109;   display: none; position: fixed; *position: absolute; right: 50px; top: 150px; 
    width: 374px;
    color: #777777;
    padding: 5px 26px;
    box-sizing: border-box; }   
.cme-form .has-error { background: #f2dede !important; }
.cme-form span { 
      padding: 2px 3px 7px 10px;
    display: block;
    color: #A9A6A6;
    font-size: 11px;
    clear: both;
    font-size: 14px;
}
.cme-form .cme-btn { padding: 4px 7px 5px; color: white; font-size: 16px; font-weight: bold; border-radius: 2px; text-shadow: 0 1px 0 #757575; margin: 0; cursor: pointer; display: block; outline: 0; }
.cme-form select { border: 1px solid rgba(152, 161, 152, 0.25); background: white; padding: 4px 3px 3px 9px;  font-size: 12px; border-radius: 0px; outline-style: none; height: 21px; line-height: 21px; margin: 0 0 5px 0; font-size: 13px; cursor: pointer;   outline: 0; }
.cme-form .cme-select { display: block; width: 94%; margin-left: 10px; height: 27px; line-height: 27px; } 
.cme-form .cme-txt { border: 1px solid rgba(152, 161, 152, 0.25); display: block;     width: 94%; border-radius: 0px; color: black; font-size: 13px; padding: 12px 3px !important; outline: 0; background:#fff; }
.cme-form .h6 { 
    color: #474747;
    font-size: 18px;
    padding: 10px 0 18px 10px;
    margin: 19px 0 -1px 0px;
    font-weight: normal;
    text-align: center;
}
.cme-form span div { float: left; display: inline; margin: 0 5px 0 0; line-height: 19px; }
.cme-form .cme-cls { 
     background: none;
    color: #000;
    font-size: 39px;
    font-weight: 100;
    margin: 0;
    position: absolute;
    right: 9px;
    top: -4px;
    height: 36px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: .3s;
 }
.cme-form .cme-cls:hover { color: #3cf00f; opacity: 0.8; -webkit-opacity: 0.8; -khtml-opacity: 0.8; -moz-opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$p)"; }
.cme-form .cme-btn-place span { display: none; float: right; padding: 7px 12px 0 0 !important; font-size: 8px !important; color: #888 !important; }
.cme-form .cme-btn-place span a { font-size: 11px; color: #888; }
.cme-form .cme-btn-place span a:hover { text-decoration: none; }
.cme-form .callmebody { font-size: 13px; background: #efefef; padding: 5px 10px; }
.cme-form .callmebody .inf { padding: 0 5px; margin: 0 0 10px 0; font-weight: bold; clear: both; }
.cme-form .callme-result { background: #efefef url(loading.gif) 10px center no-repeat; display: block; clear: both; margin: 5px 11px 10px 10px; }
.cme-form .callme-result div { padding: 7px 7px; margin: 4px 0 0 0; }
.cme-form .callme-result div.sending { padding: 7px 0 7px 35px; display: block; color: #777777; clear: both; }
.cme-form .callme-result div.c_success { background: #98c462; color: #fff; text-shadow: none; }
.cme-form .callme-result div.c_error { background: #f76363; color: #fffafa; text-shadow: none; }

#viewform { border: 0; padding: 0; background: url(bttn.png); height: 185px; width: 22px; cursor: pointer; outline: 0; }

#cme-back { display: none; z-index: 108; opacity: 0.5; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #333; }

.cme-btn, .cme-form .cme-btn { border: 0;  background: #cbe629; margin-bottom: 5px; border-bottom: 5px solid #a3bc18; border-radius: 2px 2px 5px 5px; width: 98%; padding: 18px 10px;
    text-transform: uppercase;
    text-shadow: none;
}

.cme-cls, .cme-form .cme-cls {    background: none;
    color: #000;
        font-size: 40px;
    font-weight: 100;
    margin: 0;
    position: absolute;
    right: 3px;
    top: 2px;
    height: 36px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: .3s;
    text-decoration: none;
    }
