/**
	File:
		elements.css

	Validates:
		CSS Level 2.1

	Project:
		Withypool Exmoor

	Author:
		Kristina Floyd

	Date Created:
		2008 05 17

	About
		Contains styles for specific elements

	File content:

	Colour scheme

	Notes:
		Place second in the cascade

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content
		04	elements.css - Styles for specific page elements
		05	ie6.css - IE6 specific styles
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	print.css - Print specific styles
*/



/* START #search */
#search {  }
	#search label { display: none; }
	#search input { width: auto; }
/* END #search */






/* START #tariff */
#tariff { list-style: none; margin: 0; padding: 0; }
	#tariff li { list-style: none; margin: 0; padding: 0; }
		.tariffStatus { font-weight: bold; }
		.notAvailable { color: #888888; }
/* END #tariff */