/* CSS Document */

#referencing {
	
	text-align:center;
	padding: 10px;
	
	margin-top: 50px;
}

#testForm {
	padding: 15px 0 0 0px;
	margin: 0;
	line-height: 20pt;
	width: 500px;
	
}
#testForm fieldset {
	background-color: #F1F1F1;
	padding: 10px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #D7D7D7;
}
#testForm #button {
	margin: 20px 0 10px 0;
	width: 100px;
	color: #FFF;
	background: #929292;	
}
