.myButton{
  background: #EDEDED;
  background-image: -webkit-linear-gradient(top, #EDEDED, #F7F9FA);
  background-image: -moz-linear-gradient(top, #EDEDED, #F7F9FA);
  background-image: -ms-linear-gradient(top, #EDEDED, #F7F9FA);
  background-image: -o-linear-gradient(top, #EDEDED, #F7F9FA);
  background-image: linear-gradient(to bottom, #EDEDED, #F7F9FA);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  font-family: Arial;
  color: #474747;
  font-size: 15px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  box-shadow: 0px 1px 3px #474747 !important;
}

.myButton:hover {
  background: #E0E0E0;
  background-image: -webkit-linear-gradient(top, #E0E0E0, #EDEDED);
  background-image: -moz-linear-gradient(top, #E0E0E0, #EDEDED);
  background-image: -ms-linear-gradient(top, #E0E0E0, #EDEDED);
  background-image: -o-linear-gradient(top, #E0E0E0, #EDEDED);
  background-image: linear-gradient(to bottom, #E0E0E0, #EDEDED);
  text-decoration: none;
}

.multiselect {
  width: 75%;
}

.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

li {list-style-type: none;}