.hidden { display: none !important; }

#overlay {
  --position: absolute;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #666;
  opacity: 0.7;
  z-index: 700;
  width: 100%;
  height: 100%;
  display: none;
}


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


.cme_txt {
  width: 285px !important;
  border: 1px solid #aaa;
  border-radius: 3px;
  box-shadow: 0 1px 0 #fff;
  color: #777;
  font-size: 12px;
  padding: 7px 5px !important;
}

.cme_error {  border: 1px solid #faa;  }

#callmeform {
  display: none;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.3);
  text-shadow: 0 1px #fff;
  border: 1px solid #1f82df;

  padding-left: 10px;
  position: fixed;
  *position: absolute;  
  border-radius: 7px;
  left: 50%;
  top: 20%;
  width: 305px;
  z-index: 990;
  background: #FFF;
}

#callmeform span {
   padding:2px 1px;
   display:block;
   clear:both;

}

.cme_btn {
  background: #1f82df;
  color:#fff;
  font-size:12px;

  padding:4px 0 5px 0;
  margin:0;
  cursor: pointer;
  border:0;
  border-top:1px solid #6bafef;
  width: 150px;
  border-radius: 2px;
}

.cme_btn_around{
  box-shadow:0 1px 0 #fff;
  border-radius: 3px;
  border:1px solid #0b61b1;
  width: 150px;
}

#callmeform h6 {
  color: #0b61b1;
  background: url(../f/icon_callback.jpg) left center no-repeat;
  font-size: 13px;
  padding: 18px 0 8px 38px;
  margin: 0;
}

.callmebody {
  font-family: Tahoma;
  font-size: 80%;
  background: #fff;
  padding: 5px 10px;
}

.callmebody .inf {
  padding: 0 5px;
  margin: 0 0 10px 0;
  font-weight: bold;
  clear: both;
}



#viewform {
  border: 0;
  padding: 0;
  /*
  background: url(bttn.png) 0px 0;
  height: 185px;
  width: 22px;
  */
  background: url(../f/callback-new.png) 0px 0;
  width: 53px;
  height: 233px;
  
  cursor: pointer;
  display: none;

  border: 1px solid red;

}



.callmeform_hover {
  /* background-position: 37px 0 !important; */
}


#callme_result {
  background: #fff url(../f/loading.gif) 10px center no-repeat;
  display: block;
  clear: both;
  margin: 5px 11px 10px 0px;
}

#callme_result div {
    padding: 7px 7px;
    margin: 4px 0px 0px 0px;
}

#callme_result .sending {
  padding: 7px 0 7px 35px;
  display: block;
  color:#555;
  clear: both;
}

#callme_result .c_success {
  background: #c8ed9c;
  color:#555;
  border-radius:3px;
}

#callme_result .c_error {
  background: #ffadad;
  color: #333;
  text-shadow: none;
  border-radius:3px;
}

#cme_cls {
  /*height:15px; width:15px;*/
  
  float:right; display:inline; 
  --background:url(../f/close.png);

  background: #1F82DF; color: #fff; text-align: center; padding: 0px 5px;

  margin:12px 14px 0 0;
  --box-shadow: 0 1px 0 #fff;
  cursor:pointer;
}

