#cookie_controller {
    background-color: #eeeeee;
    opacity: 0.9;
    padding: 4px 0;
    z-index: 1000;
    bottom:0;
}

#cc_content {
    margin: 0 auto;
    text-align: center;
    width: 100%;
	font-weight: normal;
	font-size: 11px;
}

#cc_message {
    line-height: 20px;
}

#cc_more {
    line-height: 15px;
    margin: 3px 0 0 10px;
	color: #417300;
	text-transform: none;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all 0.25s ease 0s;  
    -moz-transition: all 0.25s ease 0s; 
    -o-transition: all 0.25s ease 0s;  
    transition: all 0.25s ease 0s;
}

#cc_more:hover {
	color: #3A2313;
}

#cc_accept {
    background-color: #417300;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    line-height: 15px;
    margin: 0 0 0 10px;
    padding: 3px 7px;
    transition: background-color 0.2s ease 0s;
    white-space: nowrap;
}

#cc_accept:focus, #cc_accept:hover {
    background-color: #3A2313;
	color: #ffffff;
}