#header,#main,#footer{
   width: 85%;
min-width: 950px;
}
input{
     border: 0;
    border-radius: 5px;
    padding: 0 5px;
    outline: none;
box-sizing: border-box;
}
input[type="button"]{
  cursor: pointer;
}