@CHARSET "UTF-8";
 
.siteWrap{
	position: relative;
}

.cookie_wrapper{
	background-color: #202020;
    border-top: 1px solid #5E5E5E;
    bottom: 0;
    color: #CCCCCC;
    font-size: 0.8em;
    left: 0;
    padding: 21px 7%;
    position: fixed;
    width: 100%;
    z-index: 2100;
}
.cookie_title{
	font-size: 1.5em;
    line-height: 0.9em;
}

.cookie_box{
	float:left;
	margin: 0 12px;
	width: 15%;
}
.cookie_box a{
	color: #fff;
}

.cookie_center{
	 width: 55%;
}

a.cookie_button {
	margin-top: 10px;
	background: none repeat scroll 0 0 #7DAF3B;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.cookie_button:hover {
	background: none repeat scroll 0 0 #4a6823;
}
