.overlay {
	

position: absolute;
top: 0; /* These positions makes sure that the overlay */
bottom: 0; /* will cover the entire parent */
left: 0;
width: 100%;
background: #000000;
opacity: 0.80;
-moz-opacity: 0.80; /* older Gecko-based browsers */
filter:alpha(opacity=80); /* For IE6&7 */
z-index: 10;

}


#cookieLink {
	
	color: #97BF0D;
	cursor: pointer;
	font-size: 14px;
	
}

#cookieLink strong a {
	
	color: #97BF0D;
	
}


#cookieLink strong a:hover {
	
	color: #2E2E2E;
	
}


#cookieContainer div.backGround {
	
	position: absolute;
	top: 20px; /* These positions makes sure that the overlay */
	bottom: 20px; /* will cover the entire parent */
	left: 0;
	width: 100%;
	background-image: url(images/greyBack.gif);
	background-repeat: repeat;
	border: 0px solid green;
}

#cookieSpacer {
	
	position: absolute;
	top: 360px;	
}

#cookieContainer {
	
	border: 0px solid red;
	width: 600px;
	display: none;
	z-index: 100;
	position: relative;
	margin-top: 50px;
	background-color: transparent;	
	
}

#cookieText {
	
	width: 560px;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	padding: 30px 0px 10px 0px;
	background-color: #918D8E;	
	border: 0px solid red;
}



#cookieText p {
	
	font-family:  arial;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #1D1D1D;
	padding-bottom: 10px;	
	
}


#cookieContainer div.corner {
	
	width: 20px;
	height: 20px;
	background-image: url(images/formSprite.png);
	position: absolute;
	background-position: 0px 0px;
	display: block;
	z-index: 11;
	border: 0px solid blue;
}

#cookieContainer div.topLeft {
	
	top: 0px; 
	left: 0px; 
	background-position: 0px 0px;
	border: 0px solid red;
	
}
      

#cookieContainer div.topRight {
	
	top: 0px; 
	right: 0px; 
	background-position: -80px 0px;
	
}
        
#cookieContainer div.bottomLeft {
	
	bottom: 0px; 
	left: 0px; 
	background-position: 0px -80px;
	
}
        
#cookieContainer div.bottomRight {
	
	bottom: 0px; 
	right: 0px; 
	background-position: -80px -80px;
	
}

img.closeWindow {
	
	position: absolute;
	top: -10px;
	right: -5px;
	display: block;
	z-index: 12;
	cursor: pointer;	
	
}

#cookieLink span.cookieLink {
	
color: #484848;
	
}
