/* Pearson websites, Privacy and cookies - NF 042012, Digital Marketing LTG */
div#cookiemsgbox{
		width:300px;
		right:80px;
		bottom:60px;
		position:fixed;
		font-size: 1em;
		display:none;
		background:#faf7f1 url('/images/cookiegrad.gif') bottom left repeat-x;
		border:1px #d2c1b5 solid;
		box-shadow:0 0 6px 0 #A4A4A4;
		z-index: 1000;
		text-align: center;
}
div#cookiemsgbox span{ 
	color:#595959;
	display:block;
	font-size:120%;
	font-weight:bold;
	margin:10px 0 5px;
}

div#cookiemsgbox input{margin:5px 0 18px;background-color:#595959;margin:5px 4px 18px;padding:3px 4px;color:#FFF;display:inline-block;border:0;}
div#cookiemsgbox input:hover{background-color:#000!important;}