/* CSS Document */ 
#cookie_box {
    background: none repeat scroll 0 0 #393939;
	font-family: Verdana, Geneva, sans-serif;
    bottom: 0;
    color: #FFFFFF;
    font-size: 12px;
    opacity: 0.94;
    padding: 5px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
#cookie_box  strong {
	font-size: 12px;
}

#cookie_box a {
    color: #FFFFFF !important;
	text-decoration: underline;
	cursor:pointer;
}
#cookie_box a:hover {
    color: #FFFFFF;
    text-decoration:none;
}

#yes-btn {
    background-color: #0387B7 !important;
    border-radius: 8px 8px 8px 8px;
	padding: 5px;
	margin: 10px auto ;
    /*float: left;
    position: absolute;
    right: 5px; 
	top: 10px;
	*/
    width: 100px;
	text-align:center;
}
#yes-btn a {
    color: #FFFFFF !important;
    font-weight: bold;
 	cursor:pointer;
	text-decoration:none;
}   
#yes-btn a:hover {
	text-decoration: underline;
}   
