.input01a {
 color:black;
 font-size: 9px;
 border: 1px solid black;
 width:100px;
 background-color: white;
 padding: none;
 margin-bottom:1px
}

.epost {
 font-size:15px;
 color:#DEAA22;
 border:none;
 padding: none;
 font-weight:bold;

}
 
button {
 border: 1px solid black;
 color: black;
 background-color: lightgrey;
 font-size: 10px;
 padding: none;
}

button:focus {
 border: 1px solid white;
}

button:active {
 border: 1px solid white;
}