#feedbacker label {
  color: #fff;
  margin-top: 10px;
  display: block;
}
#feedbacker_submit {
  width: 175px !important;
  height: 50px;
  position: relative;
  display: block;
  color: #444;
  cursor: hand;
  margin: 0 auto;
}
#feedbacker {
  position: fixed;
  bottom: 0;
  left: 30px;
  z-index: 99990;
}
#feedbacker label {
  color: #fff;
  margin-top: 10px;
  display: block;
}
#feedbacker_body {
  position: relative;
  width: 400px;
  display: none;
  background-color: #333;
  background-image: url(../../images/common/tint-black-bottom-40px.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  color: #fff;
  font-size: 75%;
  margin: 0;
  padding: 0;
}
#feedbacker_tab {
  background-color: #333;
  color: #fff;
  font-size: 75%;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  left: 50px;
  position: relative;
}
.feedback_for {
  border: 1px solid #666;
  background: #efefef;
  color: #333;
}
#feedbacker input[type="text"] {
  width: 375px;
  color: #444;
}
#feedbacker input[type="radio"] {
  font-size: 16px;
}
#feedbacker textarea {
  width: 375px;
  height: 60px;
  color: #444;
}
#feedbacker_submit {
  width: 175px !important;
  height: 30px;
  position: relative;
  display: block;
  color: #444;
  cursor: hand;
  margin: 0 auto;
}
#feedbacker_thankyou {
  background: #333;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 50px 0;
  width: 100%;
  line-height: 40px;
  font-size: 150%;
  display: none;
}
#feedbacker h2 {
  color: #efefef;
}
#feedbacker_close {
  width: 50px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #fff;
  color: #333;
  padding: 3px;
  top: 5px;
  right: 5px;
  position: absolute;
  z-index: 999999;
}
#feedbacker_loader {
  width: 100%;
  text-align: center;
  padding: 50px 0;
  margin: 0;
  display: block;
  position: relative;
  display: none;
}
