.jpiwikOverlay {
	background: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.jpiwikBorderedBox {
	color: #444;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px !important;
}
.jpiwikBorderedBox * {
	font-size: 1.0em;
}
.jpiwikBorderedBox.nobottom {
	border-bottom: none;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}
.jpiwikBorderedBox h1 {
	font-weight: bold;
	margin: 0px;
	padding: 0px 15px;
	line-height: 30px;
	background: #7a8c4e;
	color: #fff;
	font-size: 1.4em;
	border-bottom: 5px solid #777777;
	margin-bottom: 8px;
}
.jpiwikBorderedBox h1.nobottom {
	line-height: 25px;
	border-bottom: none;
	margin-bottom: 0px;
}
.jpiwikBorderedBox p {
	margin: 7px 15px 8px 15px;
}
.jpiwikBorderedBox .jpiwikButtons {
	margin: 7px 15px 16px 15px;
	text-align: right;
}
.jpiwikBorderedBox .jpiwikButtons .jpiwikButton {
	display: inline-block;
	padding: 0px 10px;
	background: #7a8c4e;
	border: 5px solid #777777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 26px;
	text-decoration: none;
	color: #fafafa;
	margin: 0px 0px 0px 15px;
}
.jpiwikGrowler {
	position: fixed;
	width: 400px;
	margin-left: -205px;
	left: 50%;
	top: 200px;
}
.jpiwikMainButton {
	position: fixed;
	display: inline-block;
	bottom: 0px;
/*	left: 38px;*/
/* new */
	left: 50%;
	margin-left: -460px;
/* new */
}
.jpiwikPrivacy {
	position: fixed;
	display: block;
	bottom: 0px;
	overflow-y: scroll;
	max-height: 60%;
/*	left: 20px;
	right: 20px;*/
/* new */
	width: 920px; /* width of your website */
	left: 50%;
	margin-left: -460px; /* half of width of your website */
/* new */
}