@charset "utf-8";
/* CSS Document */

/* ================= Next Step box with Text Only header (a la Screenflow) ================= */

.nextsteps {
text-align:left;
margin:0 0 1.5em 18px;
*margin:0 0 1.5em 14px;
float:left;
}
.nextsteps h2{
color: rgb(140,140,140); 
font-weight: bold; 
font-size: 100%;
line-height: 1em;
margin:0 0 23px 0;
}

.nextsteps img {
margin-left:-10px;	
}

.get-support {
width:200px;
margin:-5px 0 10px 40px;
*margin:-5px 0 10px 35px;
whitespace:nowrap;
float:left;
clear:left;
}
.below-nextsteps {
text-align:left;
margin:0 0 1.5em 40px;
*margin:0 0 1.5em 35px;
float:left;
}
.below-nextsteps h2 {
color: rgb(140,140,140); 
font-weight: bold; 
font-size: 100%;
line-height: 1em;
}
strong.below-nextsteps  {
font-size:14px;
color:#515151;
height:40px;
}
img.below-nextsteps {
margin:0 8px 0 0;
position:relative;
top:-5px;
}