.window .title.DialPad {
  background-image: url(../images/icons/ico_smalldialpad.png);
  text-transform: uppercase;
}
.small-dialpad {
  overflow-y: hidden;
  margin: 5px 26px 10px 26px;
}
.small-dialpad .callNumberOrName {
  width: 96%;
  margin: 5px 0px 10px 2px;
  height: 22px;
  font-size: 14px;
}
.small-dialpad .dialButton {
  cursor: pointer;
  width: 38px;
  height: 35px;
  border-radius: 3px;
  background-color: #a3b8cf;
  text-align: center;
  float: left;
  margin: 5px;
  align-self: center;
}
.small-dialpad .dialButton:hover {
  background-color: #e5eff9;
}
.small-dialpad .dialButton:active,
.small-dialpad .dialButton.active {
  background-color: #8497ad;
}
.small-dialpad .dialButton .number {
  font-size: 13px;
}
.small-dialpad .dialButton .number.star {
  font-size: 27px;
  margin-top: 2px;
}
.small-dialpad .dialButton .number.zero {
  margin-top: 5px;
}
.small-dialpad .dialButton .number.pound {
  font-size: 15px;
  margin-top: 4px;
}
.small-dialpad .dialButton .text {
  font-size: 9px;
  padding: 0;
}