#cookie_popup {
background-color: #FFFFB2;
    top: 0;
	left:0;
    color: #122956;
    font-size: 0.8em;
	font-family:arial;
    padding: 10px 0;
    position: fixed;
    text-align: center;
	z-index:100;
width:100%;
box-shadow:0px -1px 6px #CCC;
}

#cookie_popup a{
color:#122956;
}