
#cookieHolder {
	animation-name:cookieIn;
	-webkit-animation-name:cookieIn;
	-webkit-animation-duration:2s;
}


/* @media only screen and (min-width:1101px){ */
#cookieHolder {
	z-index:1000;
	background: #FFF top right no-repeat;
	max-width:250px;
	width:20%;
	position:fixed;
	bottom:10px;
	left:10px;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
	border: #666 medium solid;
	border-radius:3px;
	font-size:14px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
	-webkit-box-shadow:0 0 2px #000;
}






.cookHead a:visited, .cookHead a {
	color: #009;
	text-decoration:none;
}




@-webkit-keyframes cookieIn{
	from {
		-webkit-transform:translateY(100px);
	}

	to {
		-webkit-transform:translateY(0px);
		}
}
