@charset "utf-8";
/* CSS Document */
/* IE7 Specific Styles for Pearson Sign In */
   
/* Customization Profile Background Marketing Image Styles */

#marketingImage {
        position:absolute;
		top:44px;
		left:0;
		min-width:100%;
		min-height:100%;
		z-index:-100;
}

#marketingImage img {
	 position:relative;
     margin:0 auto;
     min-width:100%;
     min-height:100%;
}

/* Customization Profile Header Text with Background Image */

#containerLogin.custom #headerText h1 {
	padding-bottom:1em;
	} /* Forces bounding box open because IE was clipping descenders when a line-height was not applied. */

#headerText h1 span {
	white-space:nowrap;
}

#footer.marketingFooter {
	position:fixed; 
/* To make the 'Footer' visible in IE7 throughout the marketing page.Vertical scrollbars however appear,because the BG image is stretched and the entire Image shows up in IE7 alone. It is browser specific. */
}

#headerText {
	padding-bottom:0.5em;
}


.fieldContainer {
	z-index:1;
	} /* Fixes stacking order in IE where the infoBubble may slide under the content footer of the password reset form */