/*
	Form Styles
	-------------------------------- */

	#header form
	{
		overflow: hidden;
		float: left;
	}

	#search-bar label
	{
		position: relative;
		top: 3px;

		display: inline-block;

		width: 15px;
		height: 15px;

		margin: 0.5em 0.5em 0 0;

		background: url('/images/home_searchicon.png') no-repeat;
		text-indent: -10000px;
	}

	#search-bar input[type="text"]
	{
		background: #000;
		color: #FFF;

		border: 1px solid #bdbdbd;
		font-family: Arial;
		padding: 0.3em;
		width: 60%;	
	}


/*
	Enquiry Form Styles
	-------------------------------- */

	#enquiry
	{
		width: 80%;
		padding: 1em 5%;
		background: #eeeee9;
		margin: 1em auto;
		overflow: hidden;
	}

	#enquiry label
	{
		display: block;
		color: #797986;

		margin-bottom: 0.5em;
		font-family: Arial;
		font-size: 0.75em;
	}

	#enquiry input,
	#enquiry textarea
	{
		border: 0;

		padding: 0.5em;
		width: 96%;
	}

	#enquiry input[type="file"]
	{
		padding: 0;
	}

	#enquiry select
	{
		border: none;
		padding: 0.4em;
		width: 60%;
		background: #FFF;
	}

	#enquiry textarea
	{
		height: 200px;
		max-width: 65%;
	}

	#enquiry span
	{
		display: block;
		overflow: hidden;
	}

	#enquiry span + span
	{
		margin-top: 1em;
	}
	