.cookie-alert-box {
	position:fixed; 
	bottom:0px; 
	right:20px; 
	width:230px; 
	height:150px;
	border:2px solid #80befb; 
	padding:10px;
	background-color:white;
	background-image:url(../pageImgs/cookie-backing.jpg);
	background-repeat:repeat-x;
	background-position:top;
	z-index:100;
	visibility:hidden;
	}
.cookie-alert-box p {
	text-align:left;
	padding:10px;
    margin:0px;
    font-size:12px;
	}
.cookie-alert-box p a {
	text-align:left;
	}
.cookie-alert-box a {
   font-size:12px; 
   }
.cookie-alert-box .button {
	background-color: #E0FFC2;
	background-image:url(../pageImgs/cookie-button.jpg);
	background-position:top;
	background-repeat:repeat-x;
    text-decoration:none;
	cursor:pointer;
	text-align:center;
	display:block;
	color:#030;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	vertical-align:middle;
	margin-left:10px;
	margin-right:10px;
	border: 1px solid #CAFD88;
	text-decoration:none;
	}
.cookie-alert-box .button:hover {
	border: 1px solid #9BDD09;
	background-color: #CAFD88;
	background-image:url(../pageImgs/cookie-button-over.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: black;
	text-decoration:underline;
	}