#register-here-link {
font-size: 25px;
font-weight: bold;
text-align: right;
border-bottom: 1px solid #3399FF;
}
#register-here-link a {
  text-decoration: none;
}
#registration-pricing-table {
  line-height: 1.2;
}
#registration-pricing-table .green th {
  background-color: #40B64D;
}

#registration-pricing-table .green td {
  background-color: #E5E3DC;
/*  background-color: #A3CD99; */
}

#registration-pricing-table .orange th {
  background-color: #F79426;
}

#registration-pricing-table .orange td {
  background-color: #E5E3DC;
/*  background-color: #F0C292; */
}

#registration-pricing-table .red th {
  background-color: #F05B28;
}

#registration-pricing-table .red td {
/*  background-color: #EDAE8B; */
  background-color: #E5E3DC;
}

#registration-pricing-table tbody td {
  text-align: right;
}

#registration-pricing-table thead th {
  background-color: #999999;
  color: white;
}

#registration-pricing-table tr {
  margin: 0;
  padding: 0;
}

#registration-pricing-table td, #registration-pricing-table th {
  margin: 0;
  padding: 5px;
}

#registration-pricing-table {
}
#registration-pricing-table tbody td p {
  margin: 0;
}

form p.error {
	     color: red;

}