#sliding-popup {
  display: block;
  margin: 0;
  padding: 0px;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99999;
}
.sliding-popup-bottom {
  background: url('../images/gradient.png') center center scroll repeat-y transparent;
  position: fixed;
}

.sliding-popup-top {
  background-color: #739366;
  position: absolute;
  top: 0;
  left: 0;
}

#sliding-popup .popup-content {
  background-color: transparent;
  border: 0 none;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  width: 1076px;
}

#sliding-popup .popup-content #popup-buttons {
  float: right;
  margin: 10px 30px 10px 0;
}

#sliding-popup .popup-content #popup-buttons button {
  cursor: pointer;
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
  overflow: visible;
  width: auto;

  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#000;
  font-family:arial;
  font-weight:bold;
  padding:4px 8px;
  text-decoration:none;
  text-shadow:1px 1px 0px #ffffff;
}

#sliding-popup .popup-content #popup-buttons button:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}

#sliding-popup .popup-content #popup-buttons button:active {
  position:relative;
  top:1px;
}

#sliding-popup .popup-content #popup-text {
  color: #fff;
  float: left;
  font-weight: bold;
  margin: 5px 0 5px 50px;
  text-align: left;
  width: 600px;
}

#sliding-popup .popup-content #popup-text h2,
#sliding-popup .popup-content #popup-text p {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#sliding-popup .popup-content #popup-text p {
  font-size: 12px;
}

#popup-text span {
	background-color: transparent !important;
}



/* Cookies */

#sliding-popup .popup-content #popup-buttons .agree-button,
#sliding-popup .popup-content #popup-buttons .find-more-button {
    /*background: none repeat scroll 0 0 lightgreen;*/ 
	background: none repeat scroll 0 0 #339900 !important;
    border: 1px solid #FFFFFF;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    margin-right: 5px;
    overflow: visible;
    padding: 4px 8px;
    text-decoration: none;
    vertical-align: middle;
    width: auto;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
}

.sliding-popup-bottom {
	/*background: none repeat scroll 0 0 #999;*/
   /* background: none repeat scroll 0 0 #660000;*/
	background: none repeat scroll 0 0 #FFC561 !important;
	/*background: #339900;*/
    position: fixed;
}
#sliding-popup .popup-content #popup-buttons .find-more-button{
    background: none repeat scroll 0 0 #fff !important;
	border: 1px solid #66CC33;
    color: #000000;
    font-weight: normal;
}
#sliding-popup .popup-content #popup-buttons .agree-button:hover{
	/*background: #c1ffad;*/
	/*background: #ffdb9c;*/
	background: #3fb901 !important;
}
#sliding-popup .popup-content #popup-buttons .find-more-button:hover{
	/*background: #c1ffad;*/
	/*background: #ffdb9c;*/
	background: #fff !important;
}

#sliding-popup .popup-content #popup-text p {
    color: #000000;
    font-size: 12px;
    font-weight: normal;
	margin-top: 5px;
}
