#siteContent {
	position: relative;
	border-top: 1px solid white;
	background: #fff url(/images/blocks/gray.gif) repeat-y top left;
	padding-left: 6px;
}

#siteContent .riderProfiles {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#siteContent .riderProfiles .capsule {
	position: relative;
	float: left;
	width: 372px;
	height: 125px;
	overflow: hidden;
	border-bottom: 3px solid white;

}

#siteContent .riderProfiles .image {
	position: relative;
	float: left;
	width: 112px;
	text-align: right;
}

#siteContent .riderProfiles .image img {
	border-left: 1px solid #edc001;
}

#siteContent .riderProfiles .label {
	position: relative;
	float: left;
	width: 260px;
	background: #edc001;
}

#siteContent .riderProfiles .label h3 {
	margin: 0;
	padding: 4px 10px;
}

#siteContent .riderProfiles .html {
	position: relative;
	float: left;
	padding-top: 5px;
	width: 250px;
	left: 5px;
}

#siteContent .riderProfiles .link {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 180px;
}

#siteContent .riderProfiles .link a {
	position: relative;
	display: block;
	font: bold 11px arial,verdana,sans-serif;
	color: #345f03;
	text-decoration: none;
	background: url(/images/global/pointer_bg_rightpad.gif) no-repeat center right;
	padding-left: 90px;
}
