body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7F81;
}

.cookiebuttongreen{
	background: #188F30;
	width: 155px;
	line-height: 21px;
	height: 23px;
	text-align: center;
	color: #ffffff;
	border: 0;
	padding: 0;
	margin: 0 14px 0 0;
	font-size: 13px;
	cursor: pointer;
}

.cookiebuttonred{
	background: #F40500;
	width: 155px;
	line-height: 21px;
	height: 23px;
	text-align: center;
	color: #ffffff;
	border: 0;
	padding: 0;
	margin: 0 14px 0 0;
	font-size: 13px;
	cursor: pointer;
}