cookie
	/* -------------------------------------------------- */
	#cookieinfo * {
		margin: 0px;
		padding: 0px;
	}
	
	#cookieinfo {
		position: fixed;
		font-size: 12px;
		font-family: Arial, Verdana, sans-serif;
		left: 0px;
		bottom: 0px;
		right: 0px;
		background-color: #333;
		opacity:0.8;
		padding: 20px;
		box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.8);
		z-index: 9999;
	}
	
	#cookieinfo h6 {
		font-size: 16px;
		font-weight: normal;
		color: #cdd7da;
		margin-bottom: 7px;
	}
	
	#cookieinfo p {
		font-size: 12px;
		color: #fff;
		line-height: 1.5em;
	}
	
	#cookieinfo a {
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
		width: 22px;
		height: 22px;
		border-radius: 11px;
		line-height: 22px;
		font-size: 12px;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
		background-color: #ff6000;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
	}
	
	#cookieinfo a:hover {
		background-color: #f7b71e;
	}