@charset "UTF-8";
/* CSS Document */


#cookie-msg {
	font-family: 'GillSansMTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	line-height: 40px;
	color: #000;
	text-align: left;
	display: none;
	min-width: 1024px;
	background: #fafafa;
	border-top: 2px solid #ddd;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

#cookie-msg-inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#cookie-msg-inner span {
	float: left;
	display: inline;
}

#cookieClose {
	font-family: 'GillSansMTRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	display: inline;
	cursor: pointer;
	background: #F63;
	line-height: 24px;
	margin-top: 7px;
	border: 1px solid #C44F00;
	border-radius: 3px;
	padding: 0 8px;
	color: #FFF;
}

#cookieClose:hover{
	background: #c00;
}
