* {
     padding: 0px;
     margin: 0px;
     color: black;
     font-family: Arial, Verdana, Geneva;
}

body {
     display: block;
     padding: 40px 10px 0px 10px;
     text-align: center;
}

h2 {
     padding: 14px 0px 14px 0px;
}

a {
     color: #000000;
}

th {
     text-align: right;
     vertical-align: top;
}

td {
     text-align: left;
     vertical-align: top;
}

input[type=submit] {
     display: inline-block;
     outline: none;
     cursor: pointer;
     line-height: 1;
     border-radius: 50px;
     transition-property: background-color,border-color,color,box-shadow,filter;
     transition-duration: .3s;
     border: 1px solid transparent;
     min-width: 100px;
     text-transform: uppercase;
     white-space: normal;
     font-weight: 700;
     text-align: center;
     color: #fff;
     background-color: #FF804B;
     height: 40px;
}

input[type=submit]:hover{
     transform: scale(1.04);
}

.error {
     color: #FF0000;
}
