﻿/* STYLES FOR DIV CONTAINERS OF SMALL INVITE PICS */ 
.inviteBirthdayBoy {
    width: 198px;
    float: left;
    text-align: center;
    padding: 0px;
    }
.inviteBirthdayGirl {
    width: 199px;
    float: left;
    text-align: center;
    padding: 0px;
    }
.inviteGeneric {
    width: 199px;
    float: right;
    text-align: center;
    padding: 0px;
    }


/* STYLES FOR WIZARD POP-UP PAGES */
.leftBand {
    width: 20px;
    background-color: #1f249b;
    }
.leftBandTop {
	background-image: url(../images/sitetitle_creme_left.gif);
	width: 20px;
	height: 35px;
	} 
.leftBandFooter {
	background-image: url(../images/footer_background.gif);
	width: 20px;
	height: 35px;
	} 	
.wizardTitle {
	background-image: url(../images/sitetitle_creme_left.gif);
	width: 739px;
	height: 35px;
	}
.invitePreviewContainerBoy {
    width: 723px;
    text-align: center;
    background-image: url(birthday-boy-large.jpg);
    }
