#gpCookie {
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	left: 20px;
	right: 20px;
	border: 1px solid #000;
	background: #303030;
	z-index: 10000;
	padding: 15px;
	color: #fff;
}

.gphide {
	display: none;
}

#gpCookie p {
	color: #fff;
	text-align: center;
}

#gpCookie p a {
	color: #def;
}

#gpCookie p a.gpbtt {
	text-decoration: none;
	padding: 10px;
	background-color: #789;
	color: #fff;
	margin: 10px;
	display: inline-block;
}