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

 /* set the css for the h2 header text */
#cookienote-container h2 {
  font-size: 18px;
  float: left;
  text-align: right;
  width: 140px;
  font-weight: bold;
  line-height: 35px;
  margin: 0;
}    

/* set the paragraph text for your explaination */
#cookienote-container p {
  float: left;
  width: 460px;
  line-height: 35px;
  color: #BEBEBE;
  margin: 0 0 0 20px;
  font-size: 12px;
}

/* set the css for the ul that contains the continue link */

#cookienote-container ul {
   font-weight: bold;
    left: 600px;
    line-height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
    position: absolute;
}

#cookienote-container ul li{
 background: none repeat scroll 0 0 transparent;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

#cookienote-container ul #cookienote-continue button {
  padding: 0 0 0 24px;
  background-position: 0 -251px;
  color: #F6A21D;
  font-size: 1.2em;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}

#cookienote-container a {

  color: #F6A21D;

}