#cookies{
	position:fixed;
	bottom:15px;
	right:15px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
    background-position: center bottom;
    background-repeat: repeat-x;
	width:200px;
	padding:15px;
	font-size:12px;
	line-height:15px;
	font-family: 'museo_sans500', Arial;
	background-color:#fff;
	border: solid 1px #ccc;
	z-index:100000;
	box-shadow:0 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:0 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.3);
	display: none;
	}
	#cookies .tc{
		padding-top:5px;
		text-align:center;
	}
	.btn_green,
	.btn_red,
	.btn_gray,
	.btn_green_small,
	.btn_red_small,
	.btn_gray_small,
	.search_box .btn_green_search
	{
		-webkit-transition: all 0.16s ease-out;
		-moz-transition: all 0.16s ease-out;
		-o-transition: all 0.16s ease-out;
		transition: all 0.16s ease-out;
		font-family: 'museo_sans500', Arial;
		border:0;
		cursor:pointer;
	}
	.btn_green:hover ,
	.btn_red:hover ,
	.btn_gray:hover
	{
		background-position:0 -15px !important;
		text-decoration:none !important;
	}

.btn_red {
	-moz-box-shadow:inset 0px 6px 25px -2px #f06565;
	-webkit-box-shadow:inset 0px 6px 25px -2px #f06565;
	box-shadow:inset 0px 6px 25px -2px #f06565;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db3030), color-stop(1, #9e0000) );
	background:-moz-linear-gradient( center top, #db3030 5%, #9e0000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db3030', endColorstr='#9e0000');
	background-color:#db3030;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	display:inline-block;
	color:#ffffff;

	font-size:14px;

	padding:8px 23px;
	text-decoration:none;
	text-shadow:0px -1px 0px #7a0d0d;
}.btn_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9e0000), color-stop(1, #db3030) );
	background:-moz-linear-gradient( center top, #9e0000 5%, #db3030 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e0000', endColorstr='#db3030');
	background-color:#9e0000;
	color:#ffffff;
}.btn_red:active {
	position:relative;
	top:1px;
	color:#ffffff;
}