/* cookie checker 
================================================== 
*/
#cookieTerms{
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	display:none;
	width:100%;
	background:rgb(80,80,80);
	color: white;
	margin-top:0;
	/*padding-top: 4px;*/
	overflow: auto;
}
#cookieTerms .inner{
	margin: auto;
	width:910px;
	padding-top: 6px;
	padding-bottom: 10px;
}
#cookieTerms div.big{
	padding-left: 5px;
	float:left;
	width:730px;
}
#cookieTerms div div{
	padding-left: 5px;
	float:left;
	width:110px;
}
#cookieTerms div h5, #cookieTerms div p{
	font-size: 12px;
}
#cookieTerms div h5{
	font-size: 12px;
}
#cookieTermsagree{
	font-size: 18px;
	color:#000;
	border-top:none;
	-webkit-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 8px;
	border-radius: 8px;
	border-radius: 8px;
	font-weight:normal;
	text-align: center;
	background-image:url(/js/button.png);
	cursor:pointer;
	display:inline-block;
	width:100px;	
}
#cookieTermsagree:hover{
	background-image:url(/js/buttonHover.png);
}
#cookieTerms a:link, #cookieTerms a:visited{
	color: white;
}
