
/***** GLP in CSS ****/
/*  */

#selPartnerLander{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
border: 2px solid #BCBDBD;
width:476px; height:auto;
margin:0px; padding:0px;
background-color:#FFFFFF;
/*font-weight: bold; */
}
/** LP Head **/
	#selPLhead{}
		.clsStart{
		background-image:url(../images/lp/gen_get_started.jpg);
		width:476px;  height:156px;;
		}
/** LP Body **/
	#selPLbody{	
	margin-top:0.2em !important;
	margin:0px;
	padding:0;
	}
		#selPLbody p{ margin:0 0 0 2.5em; padding:0 0.5em 0 0;}
		#selPLbody p.clsGreet{margin-bottom:0.5em;}
		#selPLbody span.clsDemo{ padding:0 0 0 1.5em; }
		#selPLbody p.clsTxt2{margin-top:1.5em;margin-bottom:1em;}
/** LP Tail **/
	#selPLtail{	margin:0em; padding:0em; }
		#selPLtail div.clsMakePost{ margin:0px; padding:0px; }		
		#selPLtail div.clsReadPost{ margin:0.5em 0 1.8em 0; }
		.clsBig{
		font-size:14px;
		font-weight:bolder;
		}
/*** Point listing ***/
#selPoints{
margin:0 0 0 5px;
padding:0px;
list-style:none;
}
	#selPoints li.clsOne{		
	background:url(../images/lp/1.jpg) no-repeat left center;
/*	padding:1.1em 0 1em 3.8em;
	margin-left:4em; */
	}
	#selPoints li.clsTwo{		
	background:url(../images/lp/2.jpg) center left no-repeat; 
	padding:1.1em 0 1em 3.8em;
	margin-left:1.6em;
	}
	#selPoints li.clsThree{		
	background:url(../images/lp/3.jpg) no-repeat left center;
	padding:1.1em 0 1em 3.8em;
	margin-left:4.5em;
	}
/*** Point listing adjustments for the second set ***/
	.clsMakePost #selPoints li.clsOne{
	margin-left:6em;
	padding:1.1em 0 0.5em 3.8em;
	}
	.clsReadPost #selPoints li.clsOne{
	margin-left:2.5em;
	padding:1.1em 3em 0 3.8em;
	}	
/*** Steps listing ***/	
#selSteps{
margin:0px;
padding:0px;
list-style:none;
}
	#selSteps li.clsArrow{		
	background:url(../images/lp/arrow.jpg) no-repeat left center;
	height:2em; padding:0.4em 0.5em 0 3em;
	margin-left:2em;
	}
	#selSteps li.clsLastStep{margin-top:1em;}
/**** Line Spacing ****/
#selPLbody p, #selSteps li, #selPoints li{line-height:0.5cm;}
