a.more {
	display:block;
	background:url(../images/button_highlight.png) no-repeat;
	width:192px;
	height:37px;
	color:#fff;
	font-size:20px;
	line-height:25px;
	padding-top:10px;
	padding-left:50px;
	text-shadow:none;
	text-decoration:none;
	font-family:'TitilliumText22LLight', Arial;
	text-shadow:#959c14 1px 1px 1px;
}

/* Cookies */
a.btn-cookies-ok {
    background: #fff; 
    border: 1px solid #444; 
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
             border-radius: 4px;
    display:inline-block;
    padding:1px 6px;
}

