body {
    font-size: 12px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

img {
    border-radius: 5px;
    box-shadow: 3px 3px 5px gray;
}

#text {
    margin: 0;
    color: darkslategray;
}

p {
    margin: 12px 0;
}

label {
    margin-left: 4px;
}

input {
    font-size: 14px;
    border: 1px solid silver;
    border-radius: 7px;
    width: 250px;
    padding: 4px;
}

input:focus {
    border-color: gray;
}

input.error {
    border-color: #b94a48;
}

input.error:focus {
    border-color: #ff1111;
}


button {
    font-size: 16px;
    width: 250px;
    padding: 10px;
}
