zipcodetext {
/* Css for message text */
font-size: 18px;
}
input[type=text]{
/* Css for the form text box*/
background-color: silver;
}
input[type=text]:focus {
/* Css for the input when form text box gets focus*/
background-color: silver;
}
input[type=submit] {
/* Css for the submit button */
font-size: 18px;
}