/*--------------------------------------------------*/
/* Details                                          */

	#pEventsDetails p.image {
		float: right;
		margin: 0 0 10px 10px;
	}

/*--------------------------------------------------*/
/* Booking                                          */

	#pEventsDetailsBooking table {
		margin-top: 1em;
		width: 100%;
	}

	#pEventsDetailsBooking table thead th {
		text-align: center;
	}

	#pEventsDetailsBooking table td {
		text-align: center;
	}

	#pEventsDetailsBooking table td .label {
		position: absolute;
		left: -5000px;
	}

	#pEventsDetailsBooking table td input {
		vertical-align: middle;
	}

	#pEventsDetailsBooking .submit {
		padding: 0;
		text-align: right;
	}

