.page-404 #main, .page-404 .main, .search .main {
  text-align: center;
}
.page-404 #main img, .page-404 .main img {
  margin: 7px auto 35px;
  display: block;
}
.page-404 #main p, .page-404 .main p {
  font-size: 12px;
  color: #595959;
  margin-bottom: -13px;
}
.cse form.gsc-search-box, form.gsc-search-box {
  width: 390px !important;
  margin: 0 auto 0 !important;
}
.cse input.gsc-input, input.gsc-input {
  width: 255px !important;
  margin: 6px 0 4px !important;
  padding: 5px 16px !important;
  color: #4A4A4A !important;
  text-shadow: 0 1px 0 white !important;
  -webkit-appearance: none !important;
  background-color: #EEE !important;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(180, 180, 180, 1) !important;
  -moz-box-shadow: inset 0 1px 2px 0 rgba(180, 180, 180, 1) !important;
  box-shadow: inset 0 1px 2px 0 rgba(180, 180, 180, 1) !important;
  border: none !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -khtml-border-radius: 6px !important;
  border-radius: 6px !important;
  border-top: 1px solid #C8C8C8 !important;
  border-bottom: 1px solid #E9E9E9 !important;
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(210, 210, 210, 1) !important;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(210, 210, 210, 1) !important;
  box-shadow: inset 0 1px 1px 0 rgba(210, 210, 210, 1) !important;
  background-image: none !important;
}
tr:hover {
  background-color: #fff !important;
}
table.gsc-search-box td {
  border-bottom: 0 !important;
}
input.gsc-search-button {
  outline: none !important;
  border: none !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  border-radius: 4px !important;
  background: rgb(92,190,255); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(92,190,255,1) 0%, rgba(3,149,227,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,190,255,1)), color-stop(100%,rgba(3,149,227,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(92,190,255,1) 0%,rgba(3,149,227,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(92,190,255,1) 0%,rgba(3,149,227,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(92,190,255,1) 0%,rgba(3,149,227,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(92,190,255,1) 0%,rgba(3,149,227,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cbeff', endColorstr='#0395e3',GradientType=0 ); /* IE6-9 */
  color: #ffffff !important;
  min-width: 90px !important;
  width: 1px !important;
  height: 35px   !important;
  font-weight: normal !important;
  text-decoration: none;
  font-size: 14px  !important;
/*   padding: 0px 8px 0px !important;   */
/*   padding-left: 2px !important; */
text-indent: 3px !important;
	text-align: center !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family:  "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  position: relative !important;
  top: 1px !important;
}

input.gsc-search-button:hover {
  background: rgb(3,149,227); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(3,149,227,1) 0%, rgba(92,190,255,1) 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(3,149,227,1)), color-stop(100%,rgba(92,190,255,1))) !important;
  background: -webkit-linear-gradient(top,  rgba(3,149,227,1) 0%,rgba(92,190,255,1) 100%) !important;
  background: -o-linear-gradient(top,  rgba(3,149,227,1) 0%,rgba(92,190,255,1) 100%) !important;
  background: -ms-linear-gradient(top,  rgba(3,149,227,1) 0%,rgba(92,190,255,1) 100%) !important;
  background: linear-gradient(to bottom,  rgba(3,149,227,1) 0%,rgba(92,190,255,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0395e3', endColorstr='#5cbeff',GradientType=0 ) !important;
}

input.gsc-search-button:active{
  top: 2px !important;
}


.gsc-clear-button {
  display: none;
}