/* Display the input field description */
div#egift_card_field {
    margin: 20px 0;
}

#egift_card {
    text-transform: uppercase;
}

#egift_card-description {
    font-size: 0.8em;
    font-style: italic;
}

#egift_card_field img {
    width: 90px;
}

#egift_card_error {
    color: red;
    font-weight: bold;
}

#egift_card_success {
    color: green;
    font-weight: bold;
}