a#giftSubmit {
    width: 219px;
    height: 64px;
    background: url(images/button-submit.gif) no-repeat left top;
    margin: 20px 0 0 -7px;
    cursor:pointer;
}

div#content-main {
    font-weight: bold;
}


div.tagLine {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    color: #f99f2c;
}

div#content-body h3 {
    font-size: 14px;
    margin-bottom: 0;
    color: #44b9ff;
}

div#explanationText {
    margin-top: -15px;
    font-weight: normal;
}

div#explanationText div#explanationTextHeader{
    font-weight: bold;
}

div#purchaseText {
    font-weight: normal;
    float: left;
}

div#price {
    float: right;
    font-weight: bold;
}

div.clearFloat {
    clear: both;
}

td {
    padding-right: 5px;
    padding-bottom: 5px;
}

td.fieldLabel {
    vertical-align:top;    
}

table.formEntries {
    padding-top: 10px;
    width: 100%;
}

table.formEntries col.label {
    font-weight: normal;
    width: 22%;
}

table.formEntries col.input {
    width: 78%;
}

input.email {
    width: 99%;
}

input.name {
    width: 99%;
}

textarea.msg {
    width: 99%; 
}

.error {
    font-weight: bold;
    color: #FF0000;
}

div.ppGiftDestination {
    font-weight: normal;
}

div.ppPurchaserEmail {
    font-weight: normal;
}

.indented {
    margin-left: 50px;
}