#technical {
  background-color: #dbdbdb;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#e6e6e6), to(#cccccc));
  background-image: -webkit-radial-gradient(circle, #e6e6e6, #cccccc);
  background-image: -moz-radial-gradient(circle, #e6e6e6, #cccccc);
  background-image: -ms-linear-gradient(circle, #e6e6e6, #cccccc);
  background-image: -o-radial-gradient(circle, #e6e6e6, #cccccc);
  background-image: linear-gradient(circle, #e6e6e6, #cccccc);
  background-repeat: no-repeat;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
  border-left: 2px solid #5e3c77;
  border-right: 2px solid #5e3c77;
  border-top: 2px solid #5e3c77;
  bottom: 0;
  cursor: default;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 350px;
  z-index: 1;
}
#technical .technical-header {
  background-color: #6e468b;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#794d99), to(#5e3c77));
  background-image: -webkit-radial-gradient(circle, #794d99, #5e3c77);
  background-image: -moz-radial-gradient(circle, #794d99, #5e3c77);
  background-image: -ms-linear-gradient(circle, #794d99, #5e3c77);
  background-image: -o-radial-gradient(circle, #794d99, #5e3c77);
  background-image: linear-gradient(circle, #794d99, #5e3c77);
  background-repeat: no-repeat;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#technical.normal {
  height: 30px;
}
#technical .technical-info {
  padding: 6px 12px 10px;
}
#technical .technical-info p {
  margin: 0;
}
#technical .technical-contact {
  padding: 6px 12px;
}
#technical .technical-contact p {
  margin: 0;
}
#technical .technical-form {
  padding: 6px 12px;
}
#technical .technical-form textarea {
  resize: none;
}
#technical .technical-form .technical-captcha {
  padding: 3px;
}
#technical .technical-form .technical-captcha > label {
  text-align: left;
  padding: 0;
}
#technical .technical-form .technical-captcha > .input-tooltip {
  width: 50%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#technical .technical-form .technical-captcha > .input-tooltip input {
  width: 100%;
}
#technical .technical-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  line-height: 30px;
  padding: 5px 0;
  text-align: center;
}
#technical .technical-button:hover {
  background-color: #6e468b;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#794d99), to(#5e3c77));
  background-image: -webkit-radial-gradient(circle, #794d99, #5e3c77);
  background-image: -moz-radial-gradient(circle, #794d99, #5e3c77);
  background-image: -ms-linear-gradient(circle, #794d99, #5e3c77);
  background-image: -o-radial-gradient(circle, #794d99, #5e3c77);
  background-image: linear-gradient(circle, #794d99, #5e3c77);
  background-repeat: no-repeat;
  color: #fff;
}
#technical hr {
  margin: 0;
}
