.cookillian-alert {
	margin: 0;
	text-align: left;
	border: 0; border-radius: 0;
	background: #646464;
	position: fixed; bottom: 0; width: 100%;
}

	.cookillian-alert h3.alert-heading {
		color: #fff;
		font-size: 1em;
		line-height: normal;
		padding: 0; margin: 0 0 5px 0;
	}
	
	.cookillian-alert p {
		color: #b2b2b2;
		font-size: 0.9em;
		line-height: normal;
		padding: 0; margin: 0 0 5px 0;
	}
	
	.cookillian-alert p a,
	.cookillian-alert p a:link,
	.cookillian-alert p a:active,
	.cookillian-alert p a:hover {
		color: #fff;
	}

	.cookillian-alert .close {
		width: 27px; height: 26px;
		background: url(images/cookillian-close.png) left top no-repeat;
		text-indent: -10000px;
		position: static;
		padding: 0; margin: 0 20px 0 0;
		line-height: normal;		
	}

	.cookillian-alert .buttons {
		display: none;
	}