	#SFmainContent {
		float:left;
		padding:20px 0 0 0;
	}
	#SFmainContent .featuresmall {
		float:left;
		width:512px;
		height:156px;
		/*background:url("/images/salesforce/b_featuresmall_top.gif") no-repeat top left;*/
		background:url("/images/salesforce/b_mediumHeader.jpg") no-repeat top left;
		padding-top:10px;
		margin:0 0 20px 0;
	}
		#SFmainContent .featuresmall .featuresmall_shadow {
			float:left;
			width:503px;
			padding:0 5px 0 2px;
			/*background: url("/images/salesforce/b_featuresmall.gif") repeat-y top left;*/
		}
		#SFmainContent .featuresmall .featuresmall_text {
			float:left;
			width:500px;
			/*background:#fff url("/images/salesforce/b_featuresmall_shadow.gif") repeat-x bottom;*/
			padding:2px 2px 0 3px;
		}

		#SFmainContent .featuresmall .featuresmall_bottom {
			float:left;
			width:510px;
			/*background:url("/images/salesforce/b_featuresmall_bottom.gif") no-repeat top left;*/
			height:10px;
		}

			#SFmainContent .featuresmall .featuresmall_text .mediumHeader {
				width:487px;
				height:47px;
				float:left;
				/*background:url("/images/salesforce/b_mediumHeader.jpg") no-repeat top left;*/
				padding:65px 0 3px 14px;
				margin: -8px 0 0 0;
			}
				#SFmainContent .featuresmall .featuresmall_text .mediumHeader .title{
					float:left;
					color:#bd0000;
					background:url("/images/salesforce/t_custext_ebs.gif") no-repeat;
					width:129px;
					height:25px;
				}
					#SFmainContent .featuresmall .featuresmall_text .mediumHeader .title span {
						display:none;
					}
			#SFmainContent .featuresmall .featuresmall_text .details {
				float:left;
				width:475px;
				padding:0 10px 0 15px;
			}
				#SFmainContent .featuresmall .featuresmall_text .details p{
					margin:0 0 10px 0;	
				}
				
#SFmainContent ul.relatedlinks {
	list-style-type:none;	
	margin:0 0 2px 0;
	padding:0;
	font-size:95%;
}
#SFmainContent ul.relatedlinks li {
	display:inline;	
	margin:0 17px 0 0;
	padding:0;
}
#SFmainContent a.arrowlink {
	background:url("/images/icons/arrow.gif") no-repeat left 4px;	
	color:#cc0000;
	padding-left:15px;
}


#SFloginPage {
	padding:2px 20px 0 22px;
}

		#SFloginPage .SFloginform label {
			width:204px;
			float:left;
			clear:left;
			font-weight:bold;
			padding:0;
			margin:0;
			color:#333;
		}
		#SFloginPage .SFloginform input {
			border:1px solid #d3e1f5;
			padding:2px 3px;
			width:196px;
			color:#333;	
			float:left;
			margin:0;
			font-size:100%;
		}
