/* #giftcard-info .Main {
    top: 10px;
}

#giftcard-info .Content {
    border: #4569b1 thin solid;
    width: 500px;
}

.button,
#giftcard-info .wzButton {
    border: #c27b0a 1px solid;
    color: #000;
    background-color: #ffc429;
}

#giftcard-info .readonly,
#giftcard-info .readonlyright {
    border: solid 1px silver;
}

#giftcard-info .readonlyright {
    text-align: right;
}

#giftcard-info .textBox,
#giftcard-info .inputAmount {
    border: solid 1px #4569b1;
}

#giftcard-info .inputAmount {
    text-align: right;
}

#giftcard-info .radio {
    color: Black;
}

/* input column */
#giftcard-info .inputcol {
    width: 263px;
}

/* information columns */
#giftcard-info .infocol {
    text-align: center;
}

#giftcard-info .info {
    text-align: center;
    color: #c18c00;
}

#giftcard-info a.info {
    color: #4569b1;
}

#giftcard-info .error {
    color: Red;
    text-align: center;
}

#giftcard-info .warning {
    text-align: center;
}

/* card code cells */
.cardcell,
#giftcard-info .cardcellro {
    width: 33px;
}

#giftcard-info .cardcellro {
    color: gray;
}

/* security code cell */
#giftcard-info .scode {
    width: 51px;
}

/* adjust this entry to change the look of the input field label */
#giftcard-info .label {}

/* reload card */
#giftcard-info .labelStrong {}

/* this is applied to the dynamic content label as product description or amount */
#giftcard-info .labelbox {
    height: 18px;
    padding-top: 3px;
    padding-left: 2px;
    border: #4569b1 1px solid;
}

/* Return large and wide button */
#giftcard-info .returnButton {
    Height: 31px;
    Width: 392px;
    font-weight: bold;
    font-family: Verdana;
    font-size: large;
    color: #4569B1;
}

#giftcard-info hr {
    height: 1px;
    color: Silver;
} */