.yui-overlay {
  position:absolute;
  padding:5px;
  margin:10px;
  background:#262626;
}

.cookieStatusBox {
  margin:0px 20px;
  width: 240px;
  padding:0px;
  color:#EDE80A;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-align:center;
}

.cookieOverlay {
  background-color: #262626;
  text-align:center;
  font-size: 14px;
  visibility:hidden;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  color:#FFF;
  border-radius:10px;
  border:2px #fff;
}

.cookieOverlay p.padBottom { margin-bottom: 15px; }

.hideClose {
  display: inline;
  float: right;
  text-align: center;
  vertical-align: middle;
  padding: 3px 3px 2px 3px;
  font-weight: bold;
  font-family: Lucida Console;
  cursor: pointer;
  border-radius: 0px 5px 0px 0px;
  background: none repeat scroll 0pt 0pt #666;
  color: #fff;
  font-size: 15px;
  border-bottom: 2px solid lightgrey;
}

.cookieOverlayTitle {
  font-size:16px;
  background-color:#666;
  display: block;
  margin-bottom: 10px;
  width: 94%;
  border-radius: 7px 0px 0px 0px;
  padding: 2px 0px 2px;
  border-bottom: 2px solid lightgrey;
}

.cookieAcceptButton {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #000;
  width: 90px;
  background-color: green;
  line-height: 11px;
  height: 23px;
  cursor:pointer;
  text-align: center;
}

.cookieRejectButton {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #000;
  width: 90px;
  background-color: red;
  line-height: 11px;
  height: 23px;
  cursor:pointer;
  text-align: center;
}

.cookieContinueButton {
  color: #fff;
  font-weight: bold;
  font-size: 90%;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 100px;
  background-color:#90c94c;
  background-image: url(images/tick.png);
  background-repeat:no-repeat;
  background-position: 3px 1px;
  cursor:pointer;
  padding-left: 20px;
  height: 25px;
}