form {
    width: 90%;
    margin: 10px auto;
}

form label {
    float: left;
    width: 100px;
    text-align: right;
    margin: 2px 8px 2px 0;
}

form input,
form textarea {
    width: 350px;
    margin: 2px 0;
}

form input[type="button"],
form input.btn {
    width: 50px;
    text-align: center;
}

form br {
    clear: both;
}

form input#zipcode {
    width: 50px;
}

form input#get_directions {
    width: 100px;
    text-align: center;
}

div#center_content a {
    text-decoration: none;
}

div#center_content a#new_directions {
    display: block;
    width: 100%;
    text-align: center;
}

div#center_content a:hover {
    text-decoration: underline;
}
