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

.cookieForm {
	width: 350px;
	position: fixed;
	left: 10px;
	bottom: 10px;
	display: block;
	background-color: #2b2b2b;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #626262;
	color: #777777;
	text-decoration: none;
	-webkit-border-radius: 6px; /* Safari, Chrome */
	-khtml-border-radius: 6px;    /* Konqueror */
	-moz-border-radius: 6px; /* Firefox */
	border-radius: 6px;
	z-index: 222225;
}
h3.cookie_title {
	color: #F8931D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5a5a5a;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.cookieText {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}
.cookie_link {
	color: #f8931d;
	text-decoration: none;
	float: left;
}
.button {
	color: #FFF;
	background-color: #94c842;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	float: right;
	cursor:pointer;
		-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px;    /* Konqueror */
	-moz-border-radius: 3px; /* Firefox */
	border-radius: 3px;
}
.button:hover {color: #e3f1ce;}

