.cookies-container {
  z-index: 1000;
  width: 960px;
  margin: 10px auto 10px auto;
  position: relative;
  height: auto;
  overflow: auto;
  padding: 10px 70px 10px 10px;
  background: #eee;
  color: #555;
  font-size: 13px;
  line-height: 24px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7em;
  font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.cookie { 
  display: block;
  width: 25px;
  height: 23px;
  position: absolute;
  left: 15px;
  top: 15px; 
  margin-right: 20px;
  background: url(../img/cookies.png) top left no-repeat;
}

.cookies-button-set {
  white-space: nowrap;
  position: absolute;
  right: 10px;
  top: 10px; 
}

.cookies-button-set a { 
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #fff;
  text-decoration: none;
  background: #c22c2c;
  line-height: 1em;
  padding: 5px 6px;
  margin-left: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.cookies-button-set a:hover { 
  color: white;
}

.cookies-information { 
  float: left;
  display: inline-block;
  overflow: auto;
  height: auto;
  line-height: 1.4em;
}