#cookie_info{
	/*position: fixed;*/
	width:280px;
	/*height:300px;*/
	bottom:20px;
	right:20px;
	background-color:#fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
	border: 1px solid #ddd;
}
.bp_480 #cookie_info{
	width:400px
}
.bp_768 #cookie_info{
	width:500px
}
#cookie_info .container{
	padding:20px;
}
#cookie_info .text{
	font-size:13px;
	margin-bottom:15px;
}
#cookie_info .button{
	float:right;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
