/* GIFT CERTIFICATE FORMATTING */

#content h2 {
    margin: 20px 0;
}

#content p {
    color: #333333;
    font-size: 1.3em;
    line-height: 1.385em;
    margin-bottom: 15px;
}

#content p label {
    line-height: 1.3em;
}

#content p strong {
    font-weight: bold;
}

#content ol {
    list-style-type: decimal;
    margin-bottom: 15px;
}

#content ol li {
    margin-left: 20px;
    font-size: 1.3em;
    line-height: 1.385em;
    margin-bottom: 3px;
}

#content form p {
    margin-bottom: 3px;
}

#content form textarea {
    width: 320px;
    height: 80px;
}

#content form p,
#content form .button {
    font-size: 1.2em;
}