#mainView {
  background: url(../images/invite/bg.jpg);
  font-size: 20px;
  color: #000000;
}
.contact-on {
  color: #ffffff;
}
.c-hover {
  position: absolute;
  top: 0px;
  left: 0px;
}
.c-shortcut {
  position: absolute;
  top: 14px;
  left: 220px;
  width: 30px;
  height: 25px;
  background: url(../images/contacts/shortcut.png);
  line-height: 25px;
  text-align: center;
  color: #000000;
}
.c-name {
  position: absolute;
  top: 90px;
  left: 39px;
  width: 220px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.c-image, .c-select {
  position: absolute;
  top: 1px;
  left: 45px;
  width: 78px;
  height: 78px;
  border-radius: 39px;
}
.c-terminal {
  position: absolute;
  top: 46px;
  left: 216px;
}
.c-bind-icon {
  position: absolute;
  top: 46px;
  left: 166px;
}
.c-number {
  position: absolute;
  top: 120px;
  left: 40px;
  width: 240px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.c-bindaccount-icon {
  position: absolute;
  top: 140px;
  left: 30px;
  display: none;
}
.c-bindaccount-box {
  position: absolute;
  left: 75px;
  top: 140px;
  width: 190px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  overflow: hidden;
}
#contactPage {
  position: absolute;
  top: 500px;
  left: 1000px;
  width: 200px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.search-input {
  position: absolute;
  top: 0px;
  left: 0px;
}
.search-button {
  position: absolute;
  top: 38px;
  width: 124px;
  height: 54px;
}
#search-input-box {
  position: absolute;
  top: 35px;
  left: 55px;
  width: 386px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}