.msgcookie {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #FFD403;
	color: #2A2A2A;
	text-align: center;
	padding: 15px 0px;
	z-index: 9999;
}

.msgcookie, .msgcookie p, .msgcookie button {
	font-size: 1.05em !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.msgcookie p {
	text-align: justify;
	margin: 5px 20px;
	line-height: 1.2em;
}

.msgcookie p a:link,.msgcookie p a:active,.msgcookie p a:visited {
	color: #154481;
	text-decoration: underline;
}

.msgcookie p a:hover {
	color: #3E77C2;
}

.msgcookie button{
	color: white;
	background: #154481;
	border-radius:4px;
	margin:15px;
	border-width:0px;
	padding: 6px 13px;
}

.msgcookie button:hover{
	background: #3e77c2;
	cursor: pointer;
}


.msgcookie{
	-webkit-animation: slideInFromLeft 1s; /* Safari 4+ */
	-moz-animation:    slideInFromLeft 1s; /* Fx 5+ */
	-o-animation:      slideInFromLeft 1s; /* Opera 12+ */
	animation:         slideInFromLeft 1s; /* IE 10+, Fx 29+ */
}


