.inputSelect {
  overflow: hidden;
  z-index: 2;
  cursor: default;
  border: 1px solid #c9c9c9;
  line-height: 20px;
  height: 20px;
  border-radius: 9px;
  color: #7A7A7A;
  background: url('../images/selectArrows.png') right center no-repeat #ffffff;
  padding-right: 18px;
  padding-left: 10px;
}
.inputSelect .label {
  overflow: hidden;
}
.inputSelect select {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.inputCheckBox {
  cursor: default;
}
.inputCheckBox .checkBox {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  float: left;
}
