/* CSS Document */
#sample {
	margin: 0px;
	padding: 0px;
	padding-right: 16px;
	text-align: left;
	position: absolute;
	left: 0px;
}
#copy {
	border-color: #AA0000;
	border-style: solid;
	border-width: 2px;
	font-size: 10px;
	line-height: 1.6em;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	width: 326px;
	margin: 0px;
	/* If you can solve the clearing inside too many boxes, you can remove this hack. */
	position: relative;
	left: 366px;
	clear: none;
}

.display {
	color: #AA0000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
}
.text {
	font-size: 10px;
	font-weight: normal;
	color: #888888;
}

.copy-elements {
	margin: 5px 0px;
	font-size: 12px;
}
.copy-elements li {
	color: #888888;
	text-align: left;
	list-style: none;
	clear: left;
}
.column1 {
	text-align: left;
	clear: left;
	float: left;
	width: 5em;
	margin-left: 2em;
	margin-right: 2em;
}
.column2 {
	text-align: right;
	width: 4em;
	float: left;
	clear: right;
}
#fees .column1 {
	width: 7em;
	margin-left: 0em;
}
