#footer-privacy-policy {
	display: none;
	background: #fff;
	border: 2px solid #aaa;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color:#333;
        margin: 20px;
}
#footer-privacy-policy-instructions {
	color:#333;
	font-size: 15px;
	padding: 20px;
	min-height: 15px;
	background-color: #e4e4e4;
	border-bottom:1px solid #ccc;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	clear: both;
	display: block;
        font-size: larger;
}
#footer-privacy-policy-body {
	clear:both;
	width:100%;
	height:450px;
	background: #fff;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#footer-privacy-policy-disclaimer  {
	float: left;
	display: block;
	padding: 20px;
	background-color: #e4e4e4;
	border-top:1px solid #ccc;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
}
#footer-privacy-policy-details {
	background: #fff;
	padding:20px;
	color:#333;
        font-size: small;
}
#footer-privacy-policy-focus{
	height: 0;
	overflow: hidden;
}
#footer-privacy-policy h1 {
	margin:0 0 10px 0;
	font-weight: bold;
	font-size: 18px;
}
#footer-privacy-policy h2 {
	margin:0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
}
#footer-privacy-policy p {
	margin:0 0 20px 0; 
	line-height: 20px;
}
#privacy-policy button {
	height: 25px;
	padding-bottom: 10px;
	display: block;
	float: left;
	margin: 0 5px 15px 0;
}
#footer-privacy-policy-close {
	padding:3px 5px;
	height:24px;
	width:20px;
	font-size: 27px;
	font-weight:bold;
	color: #999;
	border:2px solid #999;
	display: block;
	cursor: pointer;
	float: right;
	position: relative;
	top:-10px
}