.button.blue.disabled {
  background: url(../img/buttongray_bg.png) repeat-x #ebebeb;
  border: 1px solid #c4c4c4;
  color: #757575;
  text-shadow: 1px 0 #fff;
}

.button.blue.disabled:hover {
  background: #ebebeb;
}
