
input.button, input.bigbutton {
  background-image: url('../Images/button.gif');
  font-family: tahoma;
  margin-right: 3px;
  margin-top: 5px;
  padding: 0px;
  border: solid 1px navy;
  color: white;
  cursor: pointer;
}

input.button
{
  width: 75px;
}

input.bigbutton
{
  width: 400px;
  margin-left: 15px;
}

input.finish
{
  display:none;
}
