
	/**
	* margins
	*/
	#details,
	#frmBookings,
	#frmVenue,
	#frmEvents {
		margin: 0 0 2px;
		}
		
		
		
	/**
	* details
	*/
	#details {
		padding: 0 0 10px;
		}
		
	#details p {
		float: left;
		width: 200px;
		}
		
		
		
	/**
	* labels
	*/
	#contact label {
		float: left;
		display: block;
		padding: 0 0 0 10px;
		}
		
	#contact label.last {
		margin-right: 0;
		}
		
		
		
	/**
	* inputs
	*/
	#contact label input {
		width: 205px;
		height: 16px;
		border: 0;
		margin: 0 5px 10px 0;
		background: url(../../../images/layout/input-bg.gif) !important;
		}
		
	/**
	* button
	*/
	#contact button {
		text-indent: 0;
		float: right;
		padding: 0 10px 0;
		margin: 0 10px 10px;
		background: url(../../../images/bullets/play.gif) right no-repeat;
		}
		
		
