/* CSS Document */

#loginInfo dl{
	border:0px solid #E6E6E6;
	border:0px solid #ddd;
	padding: 5px;
	background-color:#FFF;
	}
#loginInfo dt{
	font-weight:bold;
	}
#loginInfo dd{
	margin-left:1em;
	margin-bottom:0.5em;
	}

#loginInfo{
	margin-left: 20px;
	float:left;
	width: 56%;
	margin-bottom: 40px;
	}
#loginInfo h1{
	font-size: 2.1em;
	margin-left: 17px;
	}
	
	

	
	
div.statArea{
	float:left;
	background-color:#FFFFCC;
	border-bottom:2px solid #FFCC00;
	margin:0.4em;
	padding:1em;
	width:28%;
	}
div.statArea h3{
	font-size:1.2em;
	color:#4CB02D;
	margin:0;
	border-bottom:1px solid #999;
	}
div.statArea strong{
	display:block;
	margin-top:0.2em;
	}
div.statArea p{
	text-indent: -1em;
	padding-left:1em;
	}
div.statArea span.date{
	font-size:0.8em;
	font-style:italic;
	color:#999;
	}
	
#startingSteps{
	background-color:#ff8d28;
	padding:1em;
	height:80px;
	margin:1em;
}
.step{
	float:left;
	width:30%;
}
.step h2{
	color:#fff;
}
.stepNumber{
	font-size:36pt;
	color:#b2621c;
	float:left;
	padding:0.2em;
}


#step-1{
	padding-right: 15px;
	border-right: dashed 2px  #b2621c;
	}
#step-2{
	padding-right: 15px;
	padding-left: 3px;
	border-right: dashed 2px  #b2621c;
	}
#step-3{
	padding-left: 3px;
	}



#step-1 h2{
	background: url(../img/icon-step1.gif) no-repeat;
	background-position: right;
	padding-top: 3px;
	}
#step-2 h2{
	background: url(../img/icon-step2.gif) no-repeat;
	background-position: right;
	padding-top: 3px;
	}
#step-3 h2{
	background: url(../img/icon-step3.gif) no-repeat;
	background-position: right;
	padding-top: 3px;
	}		
	
	
.siteNotice{
	margin-top: 17px;
	padding-top: 12px;
	border-top: 1px dashed #CCC;
	}
.productHighlights{
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 13px;
	}
.productHighlights li{
	list-style: url(../img/icon-list.gif);
	margin-bottom: 8px;
	}