/* stylesheet for cookie choice */

html body div#cookieChoiceWrap {
  position: fixed;
  _position: absolute;
  bottom: 6px;
  left: 0px;
  width: 100%;
  min-width: 600px;
  padding-top: 10px;
  z-index: 100;
}

html body div#cookieChoice {
  margin: auto;
  width: 98%;
  text-align: left;
  padding: 0 0;
  background: rgb(97,97,97);
  background: rgba(97,97,97,0.90);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
  border: solid 1px #d2d2d2;
}

html body div#cookieChoice div#cookieInner {
  margin: auto;
  width: 78%;
  padding: 6px 0;
}

html body div#cookieChoice div#cookieInner * {
  padding: 0 0;
  margin: 0 0;
  font-family: arial;
  font-size: 12px;
  color: #E7E7E7;  
}

html body div#cookieChoice div#cookieInner h1 {
  font-size: 18px;
  width: 192px;
  text-align: right;
  float: left;
}

html body div#cookieChoice div#cookieInner p {
  line-height: 135%;
  margin-left: 200px;
}

html body div#cookieChoice div#cookieInner p a,
html body div#cookieChoice div#cookieInner p a:visited {
  color: #E7E7E7;
  text-decoration: underline;
}

html body div#cookieChoice div#cookieInner p a.cookieOpt {
  display: inline-block;
  padding: 3px 0;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  text-decoration: none;
  width: 50px;
  margin: 3px 0;
  text-align: center;
}

html body div#cookieChoice div#cookieInner p a.yes {
  background: #229F22;
}

html body div#cookieChoice div#cookieInner p a.no {
  background: #8A2424;
}

html body div#cookieChoice div#cookieInner p a.moreInfo {
  background: #229F22; 
  display: inline-block;
  padding: 3px 0;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  text-decoration: none;
  width: 100px;
  margin: 3px 3px 3px 0;
  text-align: center;
}