/* 

	Andrew Topping
	Thursday 24th November 2011
	
	Gets called if browser is IE8 or less

*/


section#contact ul.consumer li input[type="text"],
section#contact ul.professional li input[type="text"]{
	border: 1px solid rgb(5, 5, 5)
}

section#contact textarea{
	border: 1px solid rgb(5, 5, 5)
}

