#cookie-warning {
	display: none;
	position: absolute;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 300px;
	background-color: White;
	border: 1px solid #CCC;
	padding: 15px;
	box-shadow: 0px 0px 2px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px; 
	z-index: 2147483647;
	
	/* IE */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#DDDDDD', Direction=225, Strength=8);
	
	/* IE6 */
	_position: absolute;
	_top: 60px;
}

#cookie-warning:not([dummy]) {
	/* IE9 */
	filter: progid:DXImageTransform.Microsoft.Shadow(enabled='false');
}

#cookie-warning > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

#cookie-warning > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

#cookie-warning a.cookie-close {
	float: right;
	text-transform: uppercase;
	font-size: 0.8em;
	margin: 0 0 0.5em 0.5em;
}

