body , html {
    height: 100%;
    margin:0px;
    padding:0px;
}

#footer_msg {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 75px;
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
}

form {
  margin-top:-15px;
}

textarea {
  resize: none;
}

input[type="button"].next{
  color:#ffffff;
  background-color:#ff0000;
}

input[type="button"].menu{
  color:#400040;
  background-color:#FFFF00;
}

.sampleTable {
  table-layout: fixed;
}

