/** Start Cookie Info **/

#cookieInfo, #cookieInfoWelsh {
	position: fixed; 
	left: 0; 
	bottom: 0; 
	z-index: 200;	
	float:right; /** Needed for IE6 **/
}

#cookieInfo a:link {
	background-image:url(/ukgwa/20260803043337oe_/https://resources.companieshouse.gov.uk/images/cookieGraphic.png);
	background-color:transparent;
	height:82px;
	width:82px;
	display:block;
	text-indent:-9999px;
}
#cookieInfo a:hover, #cookieInfo a:focus  {
	background-image:url(/ukgwa/20260803043337oe_/https://resources.companieshouse.gov.uk/images/cookieGraphicDark.png);
	background-color:transparent;
	position:relative;
	top:2px;
	right:2px;
}
#cookieInfoWelsh a:link {
	background-image:url(/ukgwa/20260803043337oe_/https://resources.companieshouse.gov.uk/images/welsh/cookieGraphic_W.png);
	background-color:transparent;
	height:82px;
	width:82px;
	display:block;
	text-indent:-9999px;
}
#cookieInfoWelsh a:hover, #cookieInfoWelsh a:focus  {
	background-image:url(/ukgwa/20260803043337oe_/https://resources.companieshouse.gov.uk/images/welsh/cookieGraphicDark_W.png);
	background-color:transparent;
	position:relative;
	top:2px;
	right:2px;
}

/** End Cookie Info **/