.post.error404 {
  width: 85%;
  padding: 5%;
  max-width: 650px;
  margin: 30px auto;
  display: block; }
  .post.error404 #searchform {
    margin: 20px 0 0 0; }
  .post.error404 label {
    float: left;
    display: inline;
    margin-top: 7px;
    margin-right: 5px; }
  .post.error404 input[type=text] {
    display: block;
    max-width: 256px;
    min-width: 165px;
    height: 17px;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    color: black;
    font-weight: normal;
    font-family: 'Lato',sans-serif;
    padding: 9px 8px;
    margin: 0px 0px 20px;
    float: left;
    display: inline; }
  .post.error404 input[type=submit] {
    float: left;
    display: inline;
    text-align: center;
    cursor: pointer;
    margin: 0px 0 300px -1px;
    padding: 9px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background: none repeat scroll 0% 0% #fe5151;
    border: 0px none;
    border-radius: 0px 0px 0px 0px;
    box-shadow: none;
    text-shadow: none;
    font-family: 'Lato',sans-serif; }

@media screen and (max-width: 580px) {
  input[type=submit] {
    margin: 0px 0 75px 0px !important; } }
