/* Financial tools landing page */
.intro {
	/*line-height:1.5;*/
	margin:-15px 0 10px;
	width:620px;
}
#landing-box {
	background:transparent url(/assets/images/design/bg-cards-top.png) no-repeat 0 0;
	clear:both;
	float:left;
	margin:0 0 15px;
	position:relative;
	width:925px;
}
#landing-box-inner {
	background:transparent url(/assets/images/design/bg-cards-btm.png) no-repeat 0 100%;
	padding:10px;
	float:left;
	width:905px;
}
#content h2.subhead {
	color:#000;
	font-size:1em;
	font-weight:bold;
	margin:0 0 15px;
}
#landing-box .first,
#landing-box .best-buy-links,
#landing-box .card-tool-form {
	float:left;
}
#landing-box .first {
	width:151px;
	margin-right:10px;
}
#landing-box .best-buy-links {
	width:442px;
	border-right:1px solid #ced8de;
	margin:0 20px 0 0;
}
#landing-box .card-tool-form {
	width:270px;
}
#landing-box fieldset {
	border:none;
}
#landing-box select {
	width:200px;
}
.row div {
	float:left;
	margin:0 20px 0 0;
	width:294px;
}
#landing-box .row div {
	width:180px;
	margin-right:30px;
}
.row {
	clear:left;
}
.row div.last {
	margin:0 0 0 10px;
	width:250px;
}
#landing-box .row div.last {
	margin:0 0 0 40px;
}
.row div.last img {
	position:absolute;
	right:3px;
	top:1px;
}
#landing-box h3 a {
	text-decoration:underline;
	font-weight:600;
}
/*#landing-box h3 a:hover,
#landing-box h3 a:active,
#landing-box h3 a:focus {
text-decoration:underline;
}*/
.row div p {
	/*line-height:1.5;*/
}
#landing-box .highlight {
	font-weight:bold;
}