/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */

.cookiesdirective { 
	height: 0;
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

body.cookies .cookiesdirective {
	height: auto;
	visibility: visible;
	text-indent: 0;
	width: 90%;
	padding: 15px 5% 20px; 
	background: #fff;
	font-size:.7em; 
	color: #4a4949;
	
} 

body.cookies .cookiesdirective div:first-child {
	max-width: 870px;
	margin: 0 auto;
	padding: 0 35px 0 20px;
	position: relative; 
} 
body.cookies .cookiesdirective a {
	text-transform: lowercase; 
}

body.cookies .cookiesdirective input[type="submit"], 
body.cookies .cookiesdirective input[type="button"] {
	position: absolute;
	right: 0;
	top: -12px;
    color: #fff;
    font-weight: bold;
    min-width: 1px;
    padding: 1px;
    background:#831129;
    border:0;
    font-size:.8em;
    cursor:pointer;
}