.cookieLaw 
{
	width: 330px;
    position: fixed;
    bottom:0px;
    left:15px;
	background-color:#373737;
    z-index: 999;
	border-radius: 10px;
}

.cookieLaw .mainContent
{
	width: 330px;
	margin:0px auto;
	text-align:left;
	padding: 15px;
	color: White;
}

.cookieLaw .mainHeader
{
	float: left;
	width: 70%;
	margin: 0px 10px 0px 0px;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
	/* text-transform: lowercase; */
}

.cookieLaw .bodyText
{
	/* float: left; */
	width: 280px;
	margin: 40px 0px 20px 10px;
	padding: 15px;
	color: #F2F2F2;
	font-size: 12px;
	text-align: justify;
	background: #454545;
	border-radius: 5px;
}

.cookieLaw .bodyText a
{
	color: #fff;
}

.cookieLaw .acceptRejectCookies
{
	float: left;
	width: 280px;
	margin: 0px 0px 0px 10px;
}

.cookieLaw .acceptRejectCookies .icon
{
	float: left;
}

.cookieLaw .acceptRejectCookies .text
{
	margin-left: 10px;
	font-size: 16px;
	color: #fff;
	display: inline;
}

.cookieLaw .acceptRejectCookies .text a
{
	color: #fff!important;
}

.cookieLaw .acceptRejectCookies .textIcon
{
	margin-bottom: 20px;
}

.cookieLawClearfix
{
	clear: both;
}

#dvAcceptedText
{
	display: none;
}

#dvRejectedText
{
	display: none;
}

.acceptedHeader
{
	color: #44FF00;
	font-size: 16px;
	margin-bottom: 10px;
}

.rejectedHeader
{
	color: #FF0D00;
	font-size: 16px;
	margin-bottom: 10px;
}

.accept{
width: 100%;
background-color: #59B15A;
border-radius: 5px;
height: 40px;
padding-top: 12px;
padding-left: 33%;
}

.reject{
	width: 120px;
	border-radius: 3px;
	height: 18px;
	background-color: #D94446;
	float:right;
	
	padding-top: 3px;
	margin-top: 15px;
}

.accept a {
color:white;
font-weight: bold;
font-size: 14px;
font-family: Arial;
}

.reject a {
color:white;
font-weight: bold;
font-family: Arial;
padding-top: 3px;
padding-left: 12px;
}