/* FOOTPRINT CONTACT RULES */

body {
	height: 300px !important;
	margin: 0px !important;
	padding: 0px !important;
}

body.footprint_contact {
	color: #ffffff !important;
	text-align: center;
}

	.footprint_contact h2 {
		margin: 0px 0px 24px 0px;
		font-size: 30px;
		color: #0090bb;
	}


/* HEADER */

	div#header {
		display: none;
	}

/* MAIN TEXT REGION */

	div#body_text {
		margin: 0px auto;
		float: none !important;
		width: 600px !important;
		text-align: left;
	}
	
	.footprint_form {
		padding: 280px 0px 0px 0px;
		background: transparent url("/images/misc_elements/ipad_drawing_ad.jpg");
		background-position: center 0px;
		background-repeat: no-repeat;
	}
	
	.login_form {}
	
	#body_text h2 {	
		margin: 0px 0px 24px 0px;
		font-size: 30px;
		color: #0090bb;
	}

	#body_text h3 {	
		margin: 24px 0px;
		font-size: 24px;
		color: #0090bb;
	}

	#body_text p {
		margin: 24px auto;
		width: 520px;
	}
	
	#body_text ul, #body_text ol {
		margin: 24px 0px 0px 24px;
	}
	
	#body_text a {
		color: #cf1723;
	}
	
	#body_text a:hover {
		color: #007fa3;
	}

	#body_text strong {
		color: #cf1724;
	}
	
	a.forgot_my_password {
		padding: 0px 0px 0px 224px;
	}	

