  #cookie-foot{

	position:fixed;

	top:0px;

	right:0px;

	width: 100%;

	color: white;

	text-align: center;

	padding: 15px 5px;

	z-index: 500;

		font-family:Arial, Helvetica, sans-serif;

	

	/* Fallback for web browsers that doesn't support RGBa */

	background: rgb(0, 0, 0);

	/* RGBa with 0.6 opacity */

	background: rgba(0, 0, 0, 0.6);

	/* For IE 5.5 - 7*/

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

	/* For IE 8*/

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}

#cookie-foot a{

	color: white;

}

#cookie-foot a:hover{

	cursor: pointer;

}

#cookie-foot:hover{

	/* Fallback for web browsers that doesn't support RGBa */

	background: rgb(0, 0, 0);

	/* RGBa with 0.6 opacity */

	background: rgba(0, 0, 0);

	/* For IE 5.5 - 7*/

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);

	/* For IE 8*/

	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

}
