/****************************************/
/*****   Join App Styles - 227.5    *****/
/****************************************/

/***** General *****/

	/* Generic Colors */
	.join { color: #747474; }

	/* Default Titles */
	.join h1 {
		color: #3C8B1B;
		margin: 0.5em;
		font-weight: normal;
		font-size: 2.2em;
		}
	.join h2 {
		color: #747474;
		font-weight: normal;
		margin: 0.5em 0.8em;
		font-size: 1.6em;
		}
	.join h3 { margin: 0.5em; }
	.join h2 .username { color: #3C8B1B; }
	
	/* default links */
	.join a {
		color: #1b518b;
		text-decoration:underline;
		}
	.join a:hover {
		color: #3c8b1b;
		text-decoration:none;
		}
	a.redlink:hover{
		text-decoration: none !important;
		}
	
	/* old defaults - need to sort through */
	.join p, .join span {
		font-size: 1.1em;
		line-height: 1.3em;
		}
	.join .tf {
		background-color: #fff6d9;
		border:1px solid #acacac;
		font-size: 2.1em;
		padding: 6px;
		}
	.join #join_errors { color: #B84F36; padding-left: 10px; }
	.join img, .join input { vertical-align: middle; }
	.join .password { width: 200px; }
	.join .tf.invite { width: 385px; }
	.join em { font-style: normal; }
	
	.buy_later { 
		text-align: center;
		}

/***** Join Top *****/

	#join_top {
		margin: 0 7px;
		}

	/* Text */
	/* Remove following?
	h1.headline {
		font-size: 2.2em;
		font-weight: normal;
		}	
	h2.reward { font-size: 1.4em; }
	*/
	#join_top p { font-size: 1.4em; }
	#join_top p em { color: #1b518b; }


/***** BOX: Reset boxes for indented style *****/

	.join .ef_top {
		width: 740px;
		background: url(/images/email_top.gif) top left no-repeat;
		}
	.join .ef_bottom {
		width: 740px;
		background: url(/images/email_bottom.gif) bottom left no-repeat;
		}
	.join .ef_content{
		width: 736px;
		border-width: 0 2px;
		border-color: #cacaca;
		}
	.join .ef_content h1 { margin-top: 0; } 


/***** Action Forms *****/

	/* Override for now... */
	#small_join_box .enter_your_email,
	.email .tf.invite,
	.invitation_email .tf.invite {
		font-size: 1.7em;
		background: #fdf8e4;
		padding: 6px;
		height: 29px;
		border: 1px solid #939393;
		width: 475px;
		}
	#small_join_box .enter_email {
		margin: 0 auto;
		padding: 0;
		}
		
	/* Invite Friends */
	.join h1.email_heading {
		font-weight: bold;
		color: #1b518b;
		padding-left: 25px;
		font-size: 1.6em;
  		margin-top: 0;
		}
	.eff_left h1,
	.eff_right h1 {
		font-size: 1.7em;
		font-weight: bold;
		}
	.eff_left h1 span,
	.eff_right h1 span {
		color: #898a8b;
		}
	.join .form_buttons { margin-top: 10px; }
	.join #emails,
	.join #message {
		margin-bottom: 15px !important;
		margin-bottom: 0;
		}
	
	/* Create Password */
	.createpassword .eff_left h1,
	.createpassword .eff_right h1 {
		font-size: 1.5em;
		font-weight: bold;
		padding-top: 4px;
		margin-bottom: 4px;
		margin-left: 0;
		}
	.createpassword .password {
		margin: 0 0 0 40px;
		width: 230px;
		}
	.createpassword p {
		margin: 0 0 0 40px;
		}
	.createpassword .buttons {
		margin: 15px 15px 0 40px;
		text-align: center;
		}
	.createpassword .buttons input {
		margin: 0 10px 0 0;
		}
	 

/***** NEW! Invitation email *****/		
		
	.invitation_email .content,
	.add_photo .content { padding: 0 0 0 190px; }
	.invitation_email .user_photo,
	.add_photo .user_photo {
		float: left;
		margin: 0 0 0 -175px;
		width: 160px;
		}
		/* IE double margin bug */
	* html .invitation_email .user_photo { margin: 0 0 0 -87px; }
	* html .add_photo .user_photo { margin: 0 0 0 -87px; }
	.invitation_email .tf.invite { width: 325px; }
	.invitation_email h2 {
		font-size: 1.9em;
		margin: 0;
		padding: 0;
		}
	.invitation_email h2 .username { font-weight: bold; }
	.invitation_email h3 {
		font-size: 1.5em;
		margin: 0 0 10px 0;
		padding: 0;
		}
	* html .invitation_email h3, *:first-child+html .invitation_email h3 { margin: 10px 0 0 0; } /* IE needed padding */
	.invitation_email h3 .headline {
		color: #3C8B1B;
		}
	.invitation_email .friends_required {
		margin: 10px 0 0 5px;
		font-size: 1.2em;
		float: left;
		width: 370px;
		color: #1B518B;
		}
	.invitation_email .spamlink { margin: 10px 0 0 8px; }
	* html .invitation_email .spamlink { margin: 10px 0 0 0; }
	a.spamlink:hover { text-decoration: none !important; }
	
  /* Invitation email special case: Jay and Chris (non-viral invite - PRD 229) */	

  .invitation_email.jaychris .user_photo img {
    width: 120px;
  }
  .invitation_email.jaychris .user_photo {
    width: 255px;
    margin-left: -255px;
  }
  /* IE double margin bug */
  * html .jaychris .user_photo { margin: 0 0 0 -127px; }
  .invitation_email.jaychris .content {
    padding-left: 270px;
  }
  .invitation_email.jaychris .aboutus, .invitation_email.jaychris .spamlink {
    display: block;
    text-align: center;
    margin: 1em 0 0 0;
  }
  .invitation_email.jaychris .spamlink {
    font-size: 0.9em; 
  }
  .invitation_email.jaychris .friends_required {
    margin: 0.5em 0 1em 0;
  }
  .invitation_email.jaychris #user_email {
    width: 280px;
  }

	/* headlines */
	.ef_content h3 {
		color: #747474;
		font-weight: normal;
		}
	*:first-child+html .ef_content h3 { /* for ie7 */
		margin: 0 0 5px 0;
		}
	
/***** Login *****/

	.join .login h1 {
		font-size: 1.8em;
		font-weight: normal;
		margin-left: 15px;
		}
	.join .login form {
		margin: 0 0 0 190px;
		}
	.join .login .tf {
		font-size: 18px;
		padding: 6px;
		}
	.join .login label {
		font-size: 1.2em;
		padding: 11px 0 0 0;
		}
	.join .login form p {
		margin: 15px 0;
		}
	.join .login .fp_link {
		color: #1B518B;
		margin-left 20px;
		}
	.join .login a.fp_link:hover {
		color: #3c8b1b;
		}
	.join .login .start_over {
		float: right;
		margin: 20px 50px 0 0;
		text-align: center;
		color: #1B518B;
		width: 100px;
		}
	.join .login .start_over a:hover {
		color: #1B518B;
		}

	/* Captcha*/
	.login.captcha .eff_left h1,
	.login.captcha .eff_right h1 {
		margin: 0 0 0 -20px;
		font-size: 1.4em;
		padding-top: 3px;
		}
	.login.captcha .eff_left .tf,
	.login.captcha .eff_right .tf, {
		margin-left: 20px;
		width: 250px;
		}
		
		
/***** Offer Completion *****/

	/* Altered titles just like for Captcha above */
	.offer_completion .eff_left h1,
	.offer_completion .eff_right h1 {
		margin: 0 0 0 -20px;
		font-size: 1.4em;
		padding-top: 3px;
		}
	.offer_completion .eff_left .tf,
	.offer_completion .eff_right .tf, {
		margin-left: 20px;
		width: 250px;
		}

	/* Form */
	.offer_completion .tf {
		font-size: .9em !important;
		margin: 5px 0 5px 20px;
		}
	.offer_completion .shipping,
	.offer_completion .cc_number {
		width: 265px !important;
		}
	.offer_completion .cc_month,
	.offer_completion .cc_year, 
	.offer_completion .cc_cvv {
		width: 40px !important;
		}
	.offer_completion .cc_year { margin-left: 5px; }
	.offer_completion .cc_cvv { margin-left: 50px; }
	.offer_completion .next { margin: 15px 15px 15px 100px; }
	

/***** Registration Success *****/
	
	/* Confirm email */
	.join .confirm_success h1 {
		color: #666;
		font-size: 1.7em;
		font-weight: normal;
		margin-bottom: 3px;
		}
	.join .confirm_success a, .join .confirm_sucess a:hover {
		color: #1B518B;
		}
	.join .confirm_success .no_email {
		float: right;
		}
	.join .confirm_success h2 {
		margin: 0 0 20px 10px;
		color: #666;
		padding: 0;
		font-size: 1.5em;
		}


/***** Add Photo *****/
	
	/* While you wait... */
	.join .add_photo h1 {
		color: #1B518B;
		font-size: 1.8em;
		padding-left: 20px;
		}
	.join .add_photo h2 {
		font-size: 1.5em;
		margin-left: 0;
		}
	.join a.choose_photo, .join a.choose_photo:hover {
		font-size: 1.5em;
		color: #3C8B1B;
		padding: 10px 0;
		display: block;
		}
	.join .add_photo .form_buttons {	
		margin: 15px 0 0 0;
		}
	.join .add_photo .form_buttons a {
		padding-left: 20px;
		}



/***** Misc Overides for now *****/
	
	h2.email_confirmed {
		font-size: 1.8em;
		font-weight: normal;
		margin: 1em;
		color: #000;
		}
	* html h2.email_confirmed { margin-bottom: 0; }
	*:first-child+html h2.email_confirmed { margin-bottom: 0; }

/***** Learn More *****/
	
	.learnmore p {
		margin: .75em 15px .75em 15px;
		font-size: 1.25em;
		line-spacing: 1.5em;
		}
	.learnmore h2 {
		color: #1B518B;
		}
	.learnmore img.left {
		float: left;
		margin: 5px;
		}
	.learnmore img.right {
		float: right;
		margin: 5px;
		}



/***** Old join styles *****/

.earthscreen {
  color: #3C8B1B;
}
.learn_more {
  text-align: right;
  margin: 1em 0;
}
.join .email .blank p {
  padding: 0;
  width: inherit;
}
.join .email .blank .enter_email {
  margin: 0.5em 0;
}







/****************************************
	223 join and Invitation Styles - OLD
****************************************/
	
	#indent_wrapper {
		margin: 0 20px;
		}

.email{
	width: 740px;
	margin: 0 auto;
	background: url(/images/email_bottom.gif) bottom left no-repeat;
}
.email .join{
	background: url(/images/email_signup.gif) top left no-repeat;
	height: 130px;
	padding: 20px;
}
.email .invitation, .email .find{
	background: url(/images/email_invitation.gif) top left no-repeat;
	min-height: 150px;
	padding: 20px 20px 15px 20px;
}
.email .invitation h1 {
  font-size: 1.65em;
}
.email .find{
	background: url(/images/email_find.gif) top left no-repeat;
}
.email .blank{
	background: url(/images/email_blank.gif) top left no-repeat;
	height: 130px;
	padding: 20px;
}
.email .join_group{
	background: url(/images/email_join.gif) top left no-repeat;
	padding: 13px 20px;
	text-align: center;
}
.email h1, .email p{
	color: #999;
	float: left;
	padding: 0px 0px 0px 200px;
	width: 330px;
}
.email h3{
	color: #666;
}
.email .join_group h1{
	width: 450px;
	padding: 0 0 0 130px;
	margin-bottom: 0.5em;
}
.email .blank h1{
	color: #3C8B1B;
	font-size: 24px;
	width: auto;
	padding: 0;
	margin: 0 0 .5em 0;
}
/* IE hacks for spacing */
*:first-child+html .email .blank h1 { padding: .5em 0; }
* html .email .blank h1 { padding: .5em 0; }


.email .blank h1 img {
	vertical-align: middle;
	}
.email h1, .email h3{
	font-weight: normal;
}
.email h1 a, .email h3 a{
	color: #3C8B1B; 
	text-decoration: none;
}
.email h1 a:hover, .email h3 a:hover
{
	color: #1B518B; 
	text-decoration: underline;
}
.email h1 span{
	display: block;
	font-size: 18px;
	margin-top: 3px;
}
.email p{
	text-align: center;
	font-size: 14px;
}
.email .blank p{
	font-size: 16px;
	text-align: left;
	padding: 30px 0px 10px 0px;
	width: 300px;
}
.email p a{
	color: #1B518B; 
	text-decoration: none;
}
.email p a:hover{
	color: #3C8B1B; 
	text-decoration: underline;
}
.email form{
	float: right;
	margin: 10px 0px;
}
.email .blank form{
	float: right;
	margin: 0px 0px 0px 0px;
}
#small_join_box.email .blank form {
  float: none;
  width: 100%;
}
.email .blank form td{
	text-align: center;
	color: #999;
}
.email .search_field{
	width: 350px;
}
.email .text_field{
	font-size: 16px;
	width: 200px;
	padding: 4px;
}
.email .float_right{
	width: 150px;
	float: right;
	padding: 0px 0px 0px 0px;
}
.email .blank .float_right{
	width: 250px;
	float: right;
	padding: 15px 3px 0px 0px;
	text-align: right;
}
.email .clear{
	line-height: 1px;
}

#small_join_box td {
  padding: 5px 0;
}

#small_join_box.email .blank form td.enter_your_email {
  color: #1B518B;
  font-size: 24px;
  padding-right: 10px;
}

#small_join_box.email .blank {
  padding: 15px;
  height: auto;
}
* html #small_join_box.email .blank {  padding: 20px 15px 0 15px; }
*:first-child+html #small_join_box.email .blank {  padding: 20px 15px 0 15px; }


.emailblock{
	width: 740px;
	margin: 0 auto;
	background: url(/images/email_block.png) top left no-repeat;
	height: 160px;
	padding: 0px;
}
.emailblock .column1, .emailblock .column2, .emailblock .column3{
	width: 20%;
	float: right;
	padding-top: 30px;
}
.emailblock .column2{
	margin-left: 107px;
}
.emailblock .column3{
	margin-left: 88px;
	padding-top: 80px;
}
.emailblock h1{
	font-size: 24px;
	font-weight: normal;
	color: #3C8B1B;
	text-align: center;
}
.emailblock h1 span{
	color: #1B518B;
}
h1.thankyou{
	margin: 30px auto 30px auto;
	text-align: center;
	color: #3C8B1B;
	font-weight: normal;
}
.buy{
	width: 451px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	background: url(/images/buy_redirect.gif) top center no-repeat;
	padding: 20px;
}
.buy h2{
	text-align: center;
	color: #1B518B;
	margin: 0px 0px 10px 0px;
}
.buy .product{
	text-align: center;
	width: 430px;
	font-size: 26px;
	background-color: #fff;
	border: 1px solid #666;
	padding: 5px;
	margin: 3px;
}



.join_group a.redlink{
	position: relative; 
	top: -15px; 
	font-size: 14px; 
	padding-left: 35px;
}






#abandon_links {
  font-size: 1.2em;
  padding-top: 2em;
  text-align: center;
}

#abandon_links span {
  padding: 0 2em;
}










