#header form {
  padding: 0;
  margin: 0;
}

#header input.text {
  width: 441px;
}

#header input.search_button {
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

#header div#language .dropDownContent {
  top: 18px;
}

/* Reskin adjustments 11-18-2014 */

#header form h5 {
  font-size: 14px;
  line-height: 1;
}

#header input.text {
    width: 425px;
}

#header form select {
    font-size: 1.2em;
    padding: 3px 4px;
}