form.bookings { width: 452px; }

	form.bookings p { margin: 0; margin-bottom: 10px; }

	form.bookings  .left { float: left; width: 50%; }
		
	form.bookings  .right { float: right; width: 50%; }
		
	form.bookings .contact_info { }
	
	form.bookings input, form.bookings textarea { width: 85%; }
	
	form.bookings p.submit { text-align: right; }
	
		form.bookings p.submit input.submit { width: auto; }
		
	form.bookings .card_types td { vertical-align: middle; }
	
		form.bookings .card_types td.type { padding-left: 15px; }
		
		form.bookings .card_types input.radio { width: auto; border: 0; background: none; }
		
	form.bookings .auto_width { width: auto; }
	
h3 { font-weight: bold; font-size: 100%; color: #333; border-width: 0 0 1px 0; border-style: solid; border-color: #666; text-align: right; padding: 5px 15px 5px 5px; margin-bottom: 10px; }

p.success { border: 1px solid #4991EA; color: #4991EA; padding: 5px; background: #DDEAFB; }

p.error { border: 1px solid #CC0000; color: #CC0000; padding: 5px; background: #FAE5E5; }