a.flightBookingButton {
        background-image: url(flightBookingButtonN.gif);
        background-repeat: no-repeat;
        float: right;
        width:  95px;
        height: 28px;
        color: white;
        font-family: Arial;
        font-weight: normal;
        font-size: 13px;
        padding-top: 6px;
        margin-top: 3px;
        margin-right: 0px;
        text-decoration: none;
        text-align: left;
	padding-left: 50px;
}

a.flightBookingButton:hover {
        background-image: url(flightBookingButtonH.gif);
        color: white;
}

