/* Allows styling of signature usually to make them less prominent on a forum */
div.Signature {
	padding: 10px;
	color: #5A5A5A;
		font-size: 85%;
}

/* Creates the horizonal line */
div.SignatureLine {
	border-bottom: 1px solid #E8EDF0;
	display: block;
	width: 100%;
	position: relative;
	padding-top: 4px;
	margin-bottom: 10px;
}

span.SignatureLabel {
	margin-top: -10px;
	position: absolute;
	left: 10px;
	top: 0;
	padding: 3px;
	background-color: #F5FCFF;
	color: #A9A9A9;
}
