
a.ci-legal-downloadbtn {
	width: 100%;
	margin: 10px auto;
	padding: 10px;
	
	background-color: #333333 !important;
	color: #FFFFFF !important;
	
	text-align: center;
	
	display: block;
	text-decoration: none;
}

a.ci-legal-downloadbtn:hover,
a.ci-legal-downloadbtn:active  {
	background-color: #000000 !important;
	color: #FFFFFF !important;
	text-decoration: none;
}


.ci-legal-msgbox {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #E6E6E6;
}