/* "overall white look" */
body#getit #footer         { background-color: white; }
body#getit #footer ul li   { color: #E2760A; }
body#getit #footer a       { color: #E2760A; }
body#getit #footer a:hover { color: red; }
body#getit #public_content { background: white; border-top: solid 5px #e0f5e6; }
body#getit form .submit_area { border:none; text-align:center; margin:0; padding:0;}


/* styles for "Get It" page */
#public_content #left   { float: left; width: 49%; padding-bottom: 20pt; margin-bottom: 10pt; border-right: 3px solid #e0f5e6;  }
#public_content #right  { float: right; width: 49%; }
#instructions { float: left; width: 420px; } 
#instructions h2 { 
	font-size: 150%; 
	font-weight: bold; 
	height: 45pt;
    margin-left: 5pt;
}
#instructions h2 span { font-size: 50%; color: #999; }
#instructions h3 { padding-left: 30pt; line-height: 22pt; }
#instructions #step_one  { background: url(/images/one.gif) no-repeat left; }
#instructions #step_two  { background: url(/images/two.gif) no-repeat left; }
#instructions #step_three{ background: url(/images/three.gif) no-repeat left; }
#instructions p { margin-bottom: 10pt; margin-left: 30pt; }
#instructions a { text-decoration: none; border: none; margin-left: 110pt; }
body#getit #privacy_checkbox { margin: 10px; }
body#getit #privacy_checkbox label { font-size: 95%; margin-left: 0px; }
