div#citation {
	background: #FAFAFA;
	border: 2px solid white;

	font-size: 0.9em;
	margin-top: 40px;

	padding-left: 20px;
	padding-right: 20px;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;

	box-shadow: 0 0 3px #999999;
	-webkit-box-shadow: 0 0 3px #999999;
	-khtml-box-shadow: 0 0 3px #999999;
	-moz-box-shadow: 0 0 3px #999999;

	behaviour: url(ie-css3.htc);
}

p#cite {
	position: relative;
	margin-left: 42px;
	margin-right: 42px;
	padding: 12px;
	font-size: 0.9em;
	border: 1px solid white;
	background-color: white;
								
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
				
	-moz-box-shadow: 0 0 5px #999999;
	-webkit-box-shadow: 0 0 5px #999999;
	-khtml-box-shadow: 0 0 5px #999999;
	box-shadow: 0 0 5px #999999;
					
	behavior: url(ie-css3.htc);
}
