body { background-color: #ffffff; }
	div#outerframe { width: 800px;}
	div#headerpush {display:none;} 
	div#header { background-image:url('../images/Header.png'); height: 103px;}
    div#middle {background-image: url('../images/Middle.png');}

/* Control the height of the Middle.png image on the Index Page for Email Invites */
body.Email_EntryPage div#middle { background-image:url('../images/Middle.png'); height: 270px;}	
	
    div#footer { background-image:url('../images/Footer.png'); height: 61px;}		
	div#Progress {	background-image:url('../images/ProgressBar.png');	}
	#ProgressBar { background-color: #d0d4de; border: none;}			
	input#NextButton {
		background-image:url('../images/Button.png');
		border-style:none; 
		background-color:transparent;
		color:White;
		font-weight:bold;
		height:34px;
		width:104px;		
	}	
.checkboxBranded {background-image: url(../images/checkbox.png) !important;}
.radioBranded {background-image: url(../images/radio.png)  !important;}

body.es-US div#header { background-image:url('../images/Header_es-US.png'); height: 103px;}

/* Alt. Background Color */
.InputRowEven { background-color: #f5f5f5; }
#content { margin:0 15px !important;} /* Required for Privacy Policy */

#footer {padding:3px 25px 0 25px !important;}
li#footerCR {width:35% !important;}
#footerCR {padding:7px 25px 0 25px !important;}

body.IndexPage #surveyEntryForm, body.IndexPage div#Buttonholder {text-align:left;}

/* **** Defaults ***** */
div#footerframe { background-image:url(../../../Common/images/BottomLogoBlackNoG.png);}
#footer, #footer a { color:#000000 !important;}

/* **** Index page with numerical image references to receipt **** */
/*body.IndexPage form {float:left;width:440px;padding:0 10px;}*/
body.IndexPage div#content 
{
	min-height:500px !important;
	/*background-image:url('../images/Receipt.png');*/
	background-repeat:no-repeat;
	background-position: 480px 20px;
	position: relative;
}
body.IndexPage .IndexHeader {font-size:1.2em;}
body.IndexPage .IndexText span, body.IndexPage .IndexDate span {display:block;margin:.75em 0;}
body.IndexPage .IndexText00, body.IndexPage .IndexDate00 { min-width:150px; float:left; padding:4px 0 4px 28px; background-repeat:no-repeat; background-position: left center;  }
body.IndexPage .ItemOne { background-image:url('../../../Common/images/1.png');} 
body.IndexPage .ItemTwo { background-image:url('../../../Common/images/2.png');} 
body.IndexPage .ItemThree { background-image:url('../../../Common/images/3.png');} 
body.IndexPage .ItemFour { background-image:url('../../../Common/images/4.png');} 
body.IndexPage .ItemFive { background-image:url('../../../Common/images/5.png');} 
body.IndexPage .IndexText01, body.IndexPage .IndexDate01 {float:left; background-image:none; padding: 6px 5px 0;}
body.IndexPage .IndexText00, body.IndexPage .IndexDate00, body.IndexPage .Error {clear:both;}

body.IndexPage .IndexText00 { min-width: 150px; }
body.IndexPage .IndexSweeps { min-width: 200px; }
body.IndexPage .languageOption { min-width: 680px; }

/* **** IndexPage PickLanguageLinks **** */
ul.languageOption {width:100%;text-align:left;padding:0;margin:0;}
ul.languageOption li {display:block;margin-right:1em;}

/* **** Finish Page *****/
div#finishContainer {text-align:left;margin:auto;}

div#connectContent ul {padding:0;margin:auto;}
div#connectContent ul li {display:inline;margin:0 auto;list-style:none;}

.ConnectOn p.connectHeader, .ConnectOn p.FinishHeader {font-weight:bold;font-size:1.4em;margin:auto;}
.ConnectOn div#finishIncentiveHolder
{
	padding:15px;
	margin:5px;
}
 
.ConnectOn div#finishConnectHolder 
{
	border:solid 1px #d1d1d1;
	padding:15px;
	margin:5px;
	background-color:#f5f5f5;
	-moz-border-radius:.2em;
	border-radius:.2em;
	-webkit-border-radius:.2em;
}

.ConnectOn div#finishIncentive {float:left;width:65%;}
.ConnectOn div#finishConnect {float:left;width:35%;text-align:center;}
.ConnectOn div#finishIncentive hr, .ConnectOn div#finishConnect hr {border:none;background-color:#b7b7b7;height:1px;margin:1em auto;}
.ConnectOn hr.connectHeaderRule {margin-top:.5em !important;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial {text-align:left;padding-left:1.5em;}
.ConnectOn div#finishConnect div#connectContent div#connectSocial li {padding: 0 .25em;}

/* Styles to position the 2 boxes on the index page to allow the text for Shutter to be below the receipt image */
/* Note that the class "Receipt" is set in the Index page with the first line of the function "DisplayCouponEntryPage()" */
body.Receipt form {float:left;text-align:center;padding:0 0px;}
body.Receipt .IndexBox00 {width:60%; float:left;}
body.Receipt .IndexBox01 {width:40%; float:left;text-align: center;}