/* 	[Project name] Styles
   	Updated: 	[last updated by [name] at [include time and date]]
   	Author: 	[Original Creator]
   	----------------------------------------------------*/
	
/* 	IE6 & IE7 Targetted CSS Document 
	
	Style Guide - 	
		For IE6 specific CSS use - * html [...] 
		For IE7 Specific CSS use - *:first-child+html [...]  
		
	Add comments for each style to highlight where and why the change is being made.
	
	For using transparent png background images in IE6 use this:-
		background-image: none; 
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='[location-of-image].png',sizingMethod='[scale] or [crop]')
		


.helping input.subscribe, * html .helping input.subscribe {
	height:21px;
}
* html ul.downloads li a:link, * html ul.downloads li a:visited {position: relative;}


img, div {
	behavior: url(../scripts/iepngfix.htc);
}
*/
* html .infoTile{
	clear:both;
}
* html ul.downloads {
	height: 120px;
	}