#tc_cnil_popup{
	background:#fff1ae;
	color:#c09853;
	font-size:12px;
	font-family: "arial";
	padding:5px;
	position:fixed;
	z-index:1000000;
	width:100%;
	border-color:currentColor;
	border-width: 1px;
	border-style: solid;
	padding-right: 20px;
	display:none;
}

#tc_cnil_popup a{
	color:#428bca !important;
}
,#tc_cnil_popup a:hover{
	color:#428bca !important;
}

#tc_cnil_popup.t {
	top:0;
	border:none;
	border-bottom:solid 1px;
}

#tc_cnil_popup.b {
	bottom:0;
	border:none;
	border-top:solid 1px;
}

#tc_cnil_popup.br,#tc_cnil_popup.bl {
	bottom:10px;
	width:300px;
	right:10px;
	border-radius: 3px;
}

#tc_cnil_popup.bl {
	left:10px;
}

#tc_cnil_popup-close {
    position: absolute;
    right: 5px;
    top: 2px;  
    cursor:pointer;
}

#tc_cnil_popup.t #tc_cnil_popup-close, #tc_cnil_popup.b #tc_cnil_popup-close {
	top:6px;
}