#giftCertificateContainer {
    height:120px;
}
#giftCertificateTable, #usefulKitTable {
    width:475px;
}
#usefulKitContent {
    min-height:110px;
}
.certificateImage {
    position:absolute;
}
#lanyardEarPlugsImage {
    float:right;
    margin-top:4px;
    width:164px;
}
#helpContainer {
    position:fixed;
    top:12%;
    left:18%;
    width:800px;
    height:397px;
    z-index:100;
}
#helpContainer .whiteBackground {
    overflow-y:scroll;
    overflow-x:hidden;
    height:350px;
}

/* Customise gift certificate */
.messageContainer {
    margin-bottom:10px;
}
.messageContainer .greyWhiteMain {
    padding-bottom:5px;
}
#main h3.giftCertTitle {
    padding-top:5px;
    margin-top:0;
}
textarea {
    width:99%;
}
#back, #continue {
    width:100px;
}
#continue {
    float:right;
}
