#cookie-notice  {
border-bottom: 1px solid #000;
	 
}

/* set the css for the container */
#cookienote-container {
  color: #ffffff;
  font-family: Arial, sans-serif;
  width: 980px;
  position: relative;
  margin: 0 auto;
  
 
}

 /* set the css for the h2 header text */
#cookienote-container h2 {
  font-size: 18px;
  float: left;
  text-align: left; color: #ffffff;
  width: 140px;
  padding: 15px 0 0 0;
  font-weight: bold;
  line-height: 1.12;
}    

/* set the paragraph text for your explaination */
#cookienote-container p {
  float: left;
  width: 700px;
  line-height: 1.24;
  color: #fff;
  margin: 10px 0 0 0;
  font-size:12px;
  font-family: Arial; padding: 10px 0 0 0;
}
#cookienote-container p a{
  
  color: #fff;
   
}
/* set the css for the ul that contains the continue link */

#cookienote-container ul {
  position: absolute;
  left:750px;color: #ffffff;
  font-weight:bold;
  list-style-type: none;
}

#cookienote-container ul #cookienote-continue button {
  padding: 3px 0 5px 0px;
  display: block;
  width: 144px;
  text-align: center;
  height: 30px;
  background: url(../../images/shared/btn_cookie.png) no-repeat;
 
  color: #ffffff;
  font-size:12px;
  line-height: 12px;
  font-family: Arial;
  border: 0;
  margin: 4px 0 0 0;
  cursor: pointer;
  
}
#cookienote-container ul #cookienote-continue button:hover {
background-position: 0 -30px;

}
#cookienote-container #cookienote-policy a {
  float: right;
  color: #F6A21D;
  font-size: 0.6em;
}