.customSelect {
  line-height: 21px;
}
.hasCustomSelect {
  cursor: pointer;
}
.hasCustomSelect option {
  padding: 3px;
}
.hasCustomSelect option:hover {background: none repeat scroll 0% 0% #F2F7FC;} 
span.customSelect {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
  border: 1px solid #aec0d3;
  text-align:left;
}
.customSelectInner {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 4px 20px 4px 0;
  background: url('img/select-arrow.png') 100% 50% no-repeat;
}
button.styler{
  font-weight: bold;
  color: #FFF;
  background: none repeat scroll 0% 0% #4F7B96;
  cursor: pointer;
  padding: 6px 13px;
  border: medium none;
  line-height: normal;
}
button:hover {
    background: none repeat scroll 0% 0% #4598CC;
}
