div#securityverify {
	float: right;
	width: 215px;
	margin-left: 1em;
	margin-bottom: 0.5em;
}
	div#securityverify h2 {
		color: #036;
		font-size: 125%;
		font-weight: 600;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	div#securityverify div.seal {
		float: left;
		padding-top: 10px;
		padding-right: 10px;
	}
	div#securityverify div.BBBOnlineSeal {
		padding-right: 0;
	}
	div#securityverify div.ThawteSeal,
	div#securityverify div.GeoTrustSeal,
	div#securityverify div.ComodoSeal {
		clear: left;
		float: none;
		text-align: center;
		padding-right: 0;
		margin: 0 auto;
	}

div.rounded-container {
	background: #FFF url("/images/security-statement/rounded-sideleft.jpg") repeat-y top left;
}
	div.rounded-container div.rounded-top {
		width: 100%;
		background: url("/images/security-statement/rounded-topleft.jpg") no-repeat left top;
	}
		div.rounded-container div.rounded-top span {
			display: block;
			position: relative;
			height: 15px;
			background: url("/images/security-statement/rounded-topright.jpg") no-repeat right top;
		}
	div.rounded-container div.rounded-content {
		position: relative;
		background: url("/images/security-statement/rounded-sideright.jpg") repeat-y right top;
		padding: 1px 15px;
	}
	div.rounded-container div.rounded-bot {
		background: url("/images/security-statement/rounded-bottomleft.jpg") no-repeat left bottom;
	}
		div.rounded-container div.rounded-bot span {
			display: block;
			position: relative;
			height: 15px;
			background: url("/images/security-statement/rounded-bottomright.jpg") no-repeat right top;
		}
