
.content {
  clear: both;
  padding: 0px;
  margin: 0px;
  border: solid 1px #E0E0E0;
  background-color: #FFF;
  padding: 20px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  width: 100%;
  text-align: center;
  padding: 40px 0px;
}

.search_main {
  float: left;
  width: 80%;
  margin: 0 10%;
  margin-bottom: 60px;
  position: relative;
}

.search_main input[type="text"] {
  background-color: #FFF;
  padding: 10px 25px;
  padding-right: 35px;
  margin-top: 5px;
  border-radius: 25px;
  border: none;
  width: 100%;
  outline: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  color: #868686;
  border: solid 1px #D7D7D7;
  box-sizing: border-box;
}

.search_main input[type="submit"] {
  background-image: url(http://www.bloggermint.com/demos/css3searchbox/search-dark.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 38px;
  width: 40px;
  position: absolute;
  border: 0;
  right: 0;
  top: 4px;
  background-color: transparent;
  outline: none;
}
