

/* Header */

#header { padding-bottom: 10em; }
#headerlogo { float: left; }
#headerlogo img { width: 188px; height: 83px;  }
#headernav { float: right; }

label { font-weight: bold; }
#reminders label { font-weight: normal; }

table.tabbedtable { padding-left: 3em; }
table.tabbedtable td { padding-bottom: 5px; }
table.tabbedtable label { text-align: right; padding-right: 9px; }
.hiddenlabel { visibility: hidden; }
.largelink { border: 1px solid #cacaca; padding: 10px; background-color: #E8EEF7; font-size: 1.2em; font-weight: bold; }
.largelinkwrap { padding-top: 10px; padding-bottom: 10px; }

.newStatus{ clear:both; margin-top:5px; float:left;}

#signuptab {
  float:left;
  width:100%;
  background:#fff url("milk/bg.gif") repeat-x bottom;
  font-size: 1.0em;
  line-height: normal;
}
#signuptab ul {
  margin:0;
  padding: 0px 10px 0px 10px;
  list-style:none;
}
#signuptab li {
  float:left;
  background:url("../images/milk/left_white.png") no-repeat left top;
  margin:0;
  padding:0 3px 0 9px;
  border-bottom:1px solid #CACACA;
}
#signuptab a {
  float:left;
  display:block;
  width:.1em;
  background:url("../images/milk/right_white.png") no-repeat right top;
  padding:2px 15px 0px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;
  white-space: nowrap;
}
#signuptab > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#signuptab a {float:none;}
/* End IE5-Mac hack */
#signuptab a:hover {
  color:#333;
}
#signuptab #signupcurrent {
  background-position:0 -150px;
  border-width:0;
}
#signuptab #signupcurrent a {
  background-position:100% -150px;
  padding-bottom:1px;
  color:#000;
}
#signuptab li:hover, #signuptab li:hover a {
  background-position:0% -150px;
  color:#000;
}
#signuptab li:hover a {
  background-position:100% -150px;
}

/* Signup box */

#signupbox {
  width: 100%;
  text-align: center;
  margin: 0em auto;
}

#signupwrap {
  border: 1px solid #CACACA;
  border-top: 0;
  text-align: left;
  padding: 35px 10px 20px 30px;
  clear: both;
}

/* Unsupported browsers */

.orange_rbcontent { padding: 0.4em; }
.orange_rbroundbox { width: 100%; }

#unsupported {
  font-weight: bold;
  text-align: left;
}

/*#content {
  padding-top: 15px;
}*/

/* Signup form */

#postform table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#postform .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#postform .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#postform .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#postform .textfield {
  width: 150px;
}

#postform label.error {
  background:url("../images/milk/unchecked1.png") no-repeat 0px 0px;
  padding:0px 0 2px 16px;
  position:0 5px;
  font-size:11px;
 font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
 /* color: #EA5200;*/
 color:#FB57C8;
}

#postform label.checked {
  /*background:url("../images/milk/checked.png") no-repeat 0px 0px;*/
  display:none !important;
}

#postform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#postform #dateformatStatus, #postform #termsStatus {
  margin-left: 6px;
}

#postform #dateformat_eu {
 vertical-align: middle;
}

#postform #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#postform #dateformat_am {
  vertical-align: middle;
}

#postform #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#postform #termswrap {
  float: left;
}

#postform #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#postform #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#postform #lsignupsubmit {
  visibility: hidden;
}

/* second form*/
/* Signup form */

#postform1 table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#postform1 .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#postform1 .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#postform1 .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#postform1 .textfield {
  width: 150px;
}

#postform1 label.error {
  background:url("../images/milk/unchecked1.png") no-repeat 0px 0px;
  padding:0px 0 2px 16px;
  position:0 5px;
  font-size:11px;
 
  font-weight: bold;
 /* color: #EA5200;*/
 color:#FB57C8;
}

#postform1 label.checked {
  /*background:url("../images/milk/checked.png") no-repeat 0px 0px;*/
  display:none !important;
}

#postform1 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#postform1 #dateformatStatus, #postform1 #termsStatus {
  margin-left: 6px;
}

#postform1 #dateformat_eu {
 vertical-align: middle;
}

#postform1 #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#postform1 #dateformat_am {
  vertical-align: middle;
}

#postform1 #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#postform1 #termswrap {
  float: left;
}

#postform1 #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#postform1 #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#postform1 #lsignupsubmit {
  visibility: hidden;
}

<!--third form-->

/* Signup form */

#postform2 table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#postform2 .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#postform2 .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#postform2 .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#postform2 .textfield {
  width: 150px;
}

#postform2 label.error {
 background:url("../images/milk/unchecked1.png") no-repeat 0px 0px;
  padding:0px 0 2px 16px;
  position:0 5px;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
 /* color: #EA5200;*/
 color:#FB57C8;
}

#postform2 label.checked {
  /*background:url("../images/milk/checked.png") no-repeat 0px 0px;*/
  display:none !important;
}

#postform2 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#postform2 #dateformatStatus, #postform2 #termsStatus {
  margin-left: 6px;
}

#postform2 #dateformat_eu {
 vertical-align: middle;
}

#postform2 #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#postform2 #dateformat_am {
  vertical-align: middle;
}

#postform2 #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#postform2 #termswrap {
  float: left;
}

#postform2 #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#postform2 #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#postform2 #lsignupsubmit {
  visibility: hidden;
}

<!--fourth form-->

/* Signup form */

#postform3 table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#postform3 .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#postform3 .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#postform3 .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#postform3 .textfield {
  width: 150px;
}

#postform3 label.error {
  background:url("../images/milk/unchecked1.png") no-repeat 0px 0px;
  padding:0px 0 2px 16px;
  position:0 5px;
  font-size:11px;
 font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
 /* color: #EA5200;*/
  color:#FB57C8;
}

#postform3 label.checked {
  /*background:url("../images/milk/checked.png") no-repeat 0px 0px;*/
  display:none !important;
}

#postform3 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#postform3 #dateformatStatus, #postform3 #termsStatus {
  margin-left: 6px;
}

#postform3 #dateformat_eu {
 vertical-align: middle;
}

#postform3 #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#postform3 #dateformat_am {
  vertical-align: middle;
}

#postform3 #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#postform3 #termswrap {
  float: left;
}

#postform3 #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#postform3 #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#postform3 #lsignupsubmit {
  visibility: hidden;
}

<!--fifth reg form front end 55555555-->

/* Signup form */

#postform5 table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#postform5 .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#postform5 .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#postform5 .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#postform5 .textfield {
  width: 150px;
}

#postform5 label.error {
  background:url("../images/milk/unchecked1.png") no-repeat 0px 4px;
  padding:4px 0 2px 16px;
  position:0 5px;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
 /* color: #EA5200;*/
 color:#FB57C8;
}

#postform5 label.checked {
 /* background:url("../images/milk/checked.png") no-repeat 0px 0px;*/
/* background:none;*/
 display:none !important;
}

#postform5 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}

#postform5 #dateformatStatus, #postform3 #termsStatus {
  margin-left: 6px;
}

#postform5 #dateformat_eu {
 vertical-align: middle;
}

#postform5 #ldateformat_eu {
  font-weight: normal;
  vertical-align: middle;
}

#postform5 #dateformat_am {
  vertical-align: middle;
}

#postform5 #ldateformat_am {
  font-weight: normal;
  vertical-align: middle;
}

#postform5 #termswrap {
  float: left;
}

#postform5 #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#postform5 #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#postform5 #lsignupsubmit {
  visibility: hidden;
}
