#searchform{
    float: left;
    width: 100%;
}
#searchform .btntext {
  background: #2a2a2a none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
  height: 45px;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  color:#fff;
}
#searchform .btntext:focus{
    border-color: #66afe9;
    background: #2a2a2a none repeat scroll 0 0;
    outline: 0;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
/*** 404 ***/
.error404.not-found .searchform{
	max-width:300px;
	 position:relative;
}
.error404.not-found .searchform #searchsubmit {
  border: medium none;
  height:30px;
}
.searchform  .screen-reader-text{
	display:none;
}
.error404.not-found .searchform #s {
  float: left;
  height: 30px;
  text-indent:10px;
  width: auto;
  min-height: 20px;
  box-sizing:border-box;
  color: #7b7b7b;
}