
.search_btn {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #292929);
  background-image: -moz-linear-gradient(top, #000000, #292929);
  background-image: -ms-linear-gradient(top, #000000, #292929);
  background-image: -o-linear-gradient(top, #000000, #292929);
  background-image: linear-gradient(to bottom, #000000, #292929);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  border:0px;
  font-size: 12px;
  padding: 5px 11px 5px 13px;
  text-decoration: none;
}

.search_btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.btn {
  background: #000000;
  background-image: -webkit-linear-gradient(top, #000000, #292929);
  background-image: -moz-linear-gradient(top, #000000, #292929);
  background-image: -ms-linear-gradient(top, #000000, #292929);
  background-image: -o-linear-gradient(top, #000000, #292929);
  background-image: linear-gradient(to bottom, #000000, #292929);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;                                                                                          
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 11px 5px 13px;
  text-decoration: none;
  width:100%;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

input[type=text] {
    padding: 2px 10px;
    margin: 3px 0;
    box-sizing: border-box;
}