/****************************************************************************
  styles to do with the User Registration page
****************************************************************************/

#regForm {
	float: left;
	display: inline;
	width: 675px;
}

#regForm h3 {
	font-size: 12px;
	font-weight: bold;
	color: #699c00;
	margin: 0;
	padding: 0;
}

#regForm input.textfield {
	font-size: 12px;
}

#regForm div.phone_wrap {
	float: left;
	display: inline;
	width: 170px;
	margin-right: 5px;
	padding-top: 2px;
}

#regForm div.phone_notes {
	float: left;
	display: inline;
	width: 150px;
}

#regForm div.form_block {
	margin-bottom: 15px;
}

#regForm div.fineprint {
	border-top: 1px solid #dedede;
	color: #adadad;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 45px;
}

#regForm .fineprint p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

#regForm .instructions {
	font-size: 11px;
	font-style: italic;
}

#regForm span.flag {
	color: #f00;
}

/*************/
/* signUpBox */
/*************/

div#signUpBox {
	float: right;
	display: inline;
	width: 250px;
	margin-right: 25px;
	text-align: right;
}

#signUpBox h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #699c00;
}

#signUpBox h2 a, #signUpBox h2 a:link, #signUpBox h2 a:visited {
	color: #699c00;
	text-decoration: underline;
}

#signUpBox h2 a:hover {color: #699c00; text-decoration: none;}

#signUpBox p.logo {margin-bottom: 50px; text-align: right;}

div#loginWrap {
	position: relative;
}

div#already_member {
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	text-align: left;
}

/**************/
/* login_form */
/**************/

#login_form {font-size: 12px;}

#login_form p {
	margin: 0;
	margin-bottom: 10px;
}

#login_form input.textfield {font-size: 12px;}

#login_form .footnote {font-size: 11px;}

#login_form div.form_block {
	margin-bottom: 10px;
}
	

/*  
div#headingColumn {
  font-size: 16px;
  line-height: 1.1em;
}
  div#headingColumn h1 {
    font-size: 26px;
  }

.GreenBlock {
  width: 330px;
  color: inherit;
  background-color: #f2f8e2;
  border: 1px solid #b0da5c;
  padding: 8px;
}
  .GreenBlock .PhoneBlock {
    color: #ffffff;
    background-color: #99cc66;
    padding: 4px 8px;
    margin: 8px 0px;
  }
  .GreenBlock h3 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
  }

.h1 {
  font-size: 28px;
  line-height: 50px;
}
.Info2CurveBox {
  margin: 30px 20px 30px 0px;
}
.Info2CurveBox .InfoCurveHead {
  background-image: url(/_images/indexcurve_info2-light_tl.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
  .Info2CurveBox .InfoCurveHead em {
    font-style: normal;
    background-image: url(/_images/indexcurve_info2-light_tr.gif);
    background-position: top right;
    background-repeat: no-repeat;
    display: block;
  }
  .Info2CurveBox .InfoCurveHead strong {
    height: 14px;
    color: inherit;
    background-color: #F5F5F5;
    font-weight: normal;
    border-top: 1px solid #E5E5E5;
    margin: 0px 15px;
    overflow: hidden;
    display: block;
  }
.Info2CurveBox .InfoCurveContent {
  color: inherit;
  background-color: #F5F5F5;
  border: 1px solid #E5E5E5;
  border-width: 0px 1px;
  padding: 0px 25px;
}
.Info2CurveBox .InfoCurveFoot {
  background-image: url(/_images/indexcurve_info2_bl.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
  .Info2CurveBox .InfoCurveFoot em {
    font-style: normal;
    background-image: url(/_images/indexcurve_info2_br.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    display: block;
  }
  .Info2CurveBox .InfoCurveFoot strong {
    height: 14px;
    color: inherit;
    background-color: #F5F5F5;
    font-weight: normal;
    border-bottom: 1px solid #E5E5E5;
    margin: 0px 15px;
    overflow: hidden;
    display: block;
  }

.MessagesMobilePhoneRight {
  position: absolute;
  width: 150px;
  height: 292px;
  background-color: transparent;
  background-image: url(/_images/registration-phone.gif);
  background-repeat: no-repeat;
  margin-left: 305px;
  overflow: hidden;
  z-index: 5;
}
  .MessagesMobilePhoneRightText {
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    background-color: inherit;
    text-align: left;
    padding: 50px 30px 0px;
  }

.RoundShade {
  font-size: 14px;
  text-align: left;
  background-color: transparent;
  margin: 30px 20px 0px 0px;
}
  .RoundShade .RoundShadeHead {
    background-image: url(/_images/round_shade_green-tl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
    .RoundShade .RoundShadeHead em {
      font-style: normal;
      background-image: url(/_images/round_shade_green-tr.gif);
      background-position: top right;
      background-repeat: no-repeat;
      display: block;
    }
    .RoundShade .RoundShadeHead strong {
      height: 24px;
      color: inherit;
      background-color: #FFFFFF;
      background-image: url(/_images/round_shade_green-top.gif);
      background-position: top;
      background-repeat: repeat-x;
      margin: 0px 24px;
      display: block;
    }
  .RoundShade .RoundShadeContent {
    color: inherit;
    background-color: #FFFFFF;
    background-image: url(/_images/round_shade_green-left.gif);
    background-position: left;
    background-repeat: repeat-y;
  }
    .RoundShadeContent .RoundShadeContentR {
      font-size: 15px;
      line-height: 1.8em;
      background-color: transparent;
      background-image: url(/_images/round_shade_green-right.gif);
      background-position: right;
      background-repeat: repeat-y;
      padding: 3px 18px 8px;
    }
  .RoundShade .RoundShadeFoot {
    background-image: url(/_images/round_shade_green-bl.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
    .RoundShade .RoundShadeFoot em {
      background-image: url(/_images/round_shade_green-br.gif);
      background-position: top right;
      background-repeat: no-repeat;
      display: block;
    }
    .RoundShade .RoundShadeFoot strong {
      height: 24px;
      color: inherit;
      background-color: #FFFFFF;
      background-image: url(/_images/round_shade_green-bottom.gif);
      background-position: bottom;
      background-repeat: repeat-x;
      margin: 0px 24px;
      display: block;
    }
*/
