.venueBookingForm .req:after 
{
    content: " *";
    font-weight: bold;
    color: red; 
}
#paymentTokenLoader {
    background-color: #e3e3e3;
    background-image: url('/images/icons/loading-on-white.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;	
}