#hdr {
  background: #ACDA6A url(../images/hdr-bg.jpg) repeat-x left top;
  text-align: center;
  height: 105px;
}
.wrapper {
  width: 900px;
  margin: auto;
  position: relative;
}
#public-navigation {
  background: #191919 url(../images/public-nav-bg.jpg) repeat-x left bottom;
  padding-top: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #333;
}
#public-navigation span.note {
  color: #555;
  margin: -10px auto 0 auto;
  float: right;
  text-align: right;
  padding: 4px 0;
}
#public-navigation span.note span {
  display: block;
  margin-bottom: 5px;
  color: #fffff5;
}
#public-navigation span.note a:link,
#public-navigation span.note a:visited {
  float: right;
  padding: 5px 8px 6px 8px;
  text-decoration: none;
  background: #333;
  color: #fff;
  margin-top: 10px;
  font-size: 13px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #000;
}
#public-navigation span.note a:hover {
  background: #444;
}
#public-navigation .navigation {
  margin: auto;
  text-align: center;
}
#public-navigation .navigation a:link,
#public-navigation .navigation a:visited {
  background: #262626;
  color: #dcefc2;
  display: block;
  padding: 10px 12px 7px 12px;
  margin: 0 5px -1px 0;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #333;
  text-decoration: none;
  font-size: 20px;
  text-shadow: 1px 1px 1px #000;
}
#public-navigation .navigation a:hover {
  background: #292929;
  color: #dcefc2;
  color: #fff;
}
#public-navigation .navigation li.current a:link,
#public-navigation .navigation li.current a:visited,
#public-navigation .navigation li.current a:hover {
  background: #121212;
  padding-left: 11px;
  padding-right: 11px;
  border: 1px solid #333;
  border-bottom: 1px solid #121212;
  color: #DCEFC2;
  color: #fff;
}
#public-navigation .navigation li {
  float: left;
}
#public #strip {
  background: #D9EBF9 url(../images/strip-bg.jpg) no-repeat center center;
  border-top: 5px solid #bad4e8;
  border-bottom: 5px solid #bad4e8;
  padding: 12px 0;
  margin: 25px 0 10px 0;
}
p.summary {
  padding: 10px 5px;
  background: #1b1b1b;
  border: 1px solid #383838;
  border-left: 0;
  border-right: 0;
  color: #ccc;
  font-size: 23px;
  line-height: 150%;
  font-family: georgia;
  text-align: center;
  margin-bottom: 10px;
}
p.summary strong {
  color: #fffff5;
  color: #83B7E2;
}
#screenshot {
  position: absolute;
  top: -40px;
  right: 0;
  width: 581px;
  height: 392px;
  background: url(../images/ss.png) no-repeat right top;
}
#course_count {
  position: absolute;
  width: 500px;
  border: 1px solid #fff;
  right: 30px;
  top: -20px;
  z-index: 100;
  background: #000;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  display: none;
}
#left-sidebar {
  width: 310px;
  height: 340px;
  text-align: left;
  border: 1px solid #D9EBF9;
  border: 0;
}
#left-sidebar p {
  font-size: 19px;
  color: #1C4366;
  border-bottom: 1px dotted #94bbdd;
  padding-bottom: 15px;
  line-height: 130%;
}
#left-sidebar p a:link,
#left-sidebar p a:visited {
  color: #1C4366;
}
#left-sidebar p a:hover {
  color: #111;
}
#left-sidebar h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #141d25;
  line-height: 110%;
  font-family: helvetica, arial, sans-serif;
  letter-spacing: -2px;
  text-shadow: 1px 1px 1px #fff;
}
#get-account {
  margin: 15px 0 0 0;
}
#get-account p {
  font-size: 13px;
  margin-bottom: 5px;
  color: #113251;
  border: 0;
  padding: 0;
}
#get-account p strong {
  font-weight: bold;
}
#get-account a.signup-btn:link,
#get-account a.signup-btn:visited {
  margin: 0;
}
a.signup-btn:link,
a.signup-btn:visited {
  display: block;
  width: 293px;
  height: 61px;
  margin: 5px auto 0 auto;
  text-indent: -9999px !important;
  background: url(../images/signup_button_bg.png) no-repeat center top;
}
a.signup-btn:hover {
  background-position: center -61px;
}
.container {
  margin: auto;
  width: 675px;
}
p#browsers {
  background: #191919 url(../images/check.png) no-repeat 30px center;
  color: #555;
  font-size: 13px;
  padding: 25px 5px 25px 55px;
  margin-top: 25px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
p#browsers a:link,
p#browsers a:visited {
  color: #555;
}
p#browsers a:hover {
  color: #777;
}
p#browsers strong {
  color: #999;
}
.about,
.feedback,
.signup,
.password_reset {
  padding-top: 10px;
  border-top: 5px solid #191919;
  margin-top: 25px;
}
/*.about p img {
  float: right;
  margin: 10px 0 10px 10px;
}
.about .intro {
  padding: 20px;
  font-style: italic;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #0c0c0c;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.about .intro strong {
  font-weight: bold;
  color: #ACD3F1;
}
.about ol {
  list-style-type: decimal;
  margin-left: 25px;
  color: #333;
}
.about ol li {
  color: #777;
  font-size: 12px;
  line-height: 135%;
  margin-bottom: 10px;
}
.about ol li.highlighted {
  color: #bf9e02;
}
.about .item {
  padding: 30px 0;
  border-bottom: 1px dotted #222;
}
.about .item .right {
  width: 265px;
}
.about .item p {
  margin-bottom: 15px;
  color: #ccc;
  font-size: 17px;
  font-style: italic;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", times, serif;
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
}
.about .screenshot {
  width: 600px;
  border: 5px solid #fff;
  position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.about .screenshot span {
  position: absolute;
  padding: 5px;
  font-size: 26px;
  font-weight: bold;
  background: #bf9e02;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.about .screenshot span:hover {
  cursor: help;
}

.about #dashboard {
  background: url(../images/tour-dashboard.jpg) no-repeat center center;
  height: 503px;
}
.about #dashboard .one { top: 270px; left: 3px; }
.about #dashboard .two { top: 145px; left: 152px; }
.about #dashboard .three { top: 125px; left: 272px; }
.about #dashboard .four { top: 250px; left: 272px; }
.about #dashboard .five { top: 10px; left: 443px; }

.about #new-course {
  background: url(../images/tour-new-course.jpg) no-repeat center center;
  height: 347px;
}
.about #new-course .one { top: 160px; left: 135px; }
.about #new-course .two { top: 235px; left: 135px; }
.about #new-course .three { top: 130px; left: 432px; }

.about #courses-by-state {
  background: url(../images/tour-courses-by-state.jpg) no-repeat center center;
  height: 338px;
}
.about #courses-by-state .one { top: 135px; left: 140px; }
.about #courses-by-state .two { top: 145px; left: 465px; }

.about #course {
  background: url(../images/tour-course.jpg) no-repeat center center;
  height: 495px;
}
.about #course .one { top: 105px; left: 135px; }
.about #course .two { top: 205px; left: 135px; }
.about #course .three { top: 105px; left: 505px; }

.about #new-round {
  background: url(../images/tour-new-round.jpg) no-repeat center center;
  height: 464px;
}
.about #new-round .one { top: 105px; left: 132px; }
.about #new-round .two { top: 105px; left: 300px; }
.about #new-round .three { top: 200px; left: 132px; }
.about #new-round .four { top: 325px; left: 132px; }
.about #new-round .five { top: 325px; left: 255px; }

.about #best-round {
  background: url(../images/tour-best-round.jpg) no-repeat center center;
  height: 459px;
}
.about #best-round .one { top: 105px; left: 138px; }
.about #best-round .two { top: 185px; left: 138px; }
.about #best-round .three { top: 350px; left: 158px; }
.about #best-round .four { top: 65px; left: 480px; }
.about #best-round .five { top: 120px; left: 490px; }

.about #rounds {
  background: url(../images/tour-rounds.jpg) no-repeat center center;
  height: 540px;
}
.about #rounds .one { top: 150px; left: 155px; }
.about #rounds .two { top: 290px; left: 320px; }
.about #rounds .three { top: 310px; left: 465px; }
.about #rounds .four { top: 450px; left: 440px; }

.about #course-list {
  background: url(../images/tour-course-list.jpg) no-repeat center center;
  height: 342px;
}
.about #course-list .one { top: 135px; left: 135px; }
.about #course-list .two { top: 115px; left: 460px; }
.about #course-list .three { top: 185px; left: 435px; }
*/
.plans {
  background: url(../images/section-bg-big.png) no-repeat center top;
  margin-top: 20px;
  position: relative;
}
.plans h2 {
  text-align: center;
  margin: 15px 25px 15px 260px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #DCEFC1;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
.plans .stamp {
  position: absolute;
  z-index: 100;
  top: 15px;
  left: 22px;
  width: 200px;
  padding: 12px;
}
.plans .stamp p {
  font-size: 11px;
  font-family: verdana, helvetica;
  line-height: 150%;
  color: #444;
}
.plans .stamp p strong {
  font-weight: bold;
  color: #666666;
}
.plans .divider {
  margin: 20px 0;
  background: #090909;
  padding: 10px 0;
}
.plans table {
  width: 100%;
  padding: 0 25px;
}
.plans td {
  width: 24%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  padding: 7px 10px;
  border-right: 2px solid #222;
}
.plans td.last {
  border: 0;
}
.plans td.label {
  border: 0;
  width: 28%;
  border-right: 2px solid #222;
  text-align: left;
}
.plans tr.signup td {
  padding: 12px 0;
}
.plans tr.tip td {
  color: #494949;
  font-size: 13px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
}
.plans h3 {
  font-size: 13px;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
  font-family: helvetica;
  padding: 5px 0 3px 0;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: #D9EBF9;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #254b72 url(../images/sidebar-top-bg.jpg) repeat-x left -10px;
}
.plans tr.headings td {
  padding-top: 0;
}
.plans tr.headings strong {
  display: block;
  font-size: 27px;
  padding-bottom: 8px;
}
.plans tr.row p {
  border-bottom: 2px solid #121212;
  padding: 10px;
  background: #191919;
  font-size: 17px;
  color: #aaa;
}
.plans tr.row td {
  padding: 0;
}
.plans tr.row td.last p {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.plans td.label p {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}
.plans td.label span {
  float: right;
  font-size: 11px;
  font-family: verdana, helvetica;
  line-height: 1;
  margin-top: 5px;
}
.plans td.label span a {
  padding: 2px 3px;
  background: #333;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  text-decoration: none;
}
.plans tr.odd p {
  background: #151515;
}
.plans .faqs {
  float: left;
  width: 450px;
  padding: 0 0 0 25px;
}
.plans .faqs li {
  margin-bottom: 20px;
  color: #777;
  line-height: 140%;
  font-size: 15px;
}
.plans .faqs strong,
.plans .right strong {
  color: #fff;
  font-weight: bold;
  display: block;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}
.plans .right {
  width: 335px;
  margin: 5px 25px 0 0;
}
.plans .right p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 150%;
  padding: 15px;
  background: #151515;
  border: 3px dashed #292929;
}
.plans .right p strong {
  color: #D9EBF9;
  font-weight: bold;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}
.qtip-contentWrapper {
  font-size: 12px;
  line-height: 125%;
}

.tour,
.plans {
  padding-top: 5px;
}
.tour .intro,
.plans .intro {
  padding: 15px;
  font-style: italic;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #0c0c0c;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 15px;
}
.tour #main {
  height: 239px;
  background: url(../images/tour-main.png) no-repeat right top;
  border-bottom: 5px solid #fff;
}
.tour .summary {
  padding-top: 20px;
}
.tour .summary .marketing {
  text-shadow: 1px 1px 1px #000;
  color: #aaa;
  font-size: 14px;
  background: url(../images/section-bg.png) no-repeat center top;
  padding: 15px 20px 20px 20px;
  line-height: 150%;
  text-align: center;
  border-bottom: 3px double #191919;
}
.tour .summary ul {
  margin: 20px 0;
  font-size: 12px;
}
.tour .summary li {
  float: left;
  width: 260px;
  padding: 5px 10px 8px 25px;
  margin: 0 0 10px 9px;
  line-height: 140%;
  font-family: verdana;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #101010 url(../images/star_tiny.png) no-repeat 5px 7px;
}
.tour .summary li p {
  color: #555;
}
.tour .summary li a:link,
.tour .summary li a:visited {
  color: #999;
}
.tour .breadcrumbs {
  font-size: 13px;
  font-family: arial, verdana;
  border-bottom: 3px double #222;
  padding: 10px 0;
  margin-bottom: 15px;
}
.tour .breadcrumbs span {
  font-size: 11px;
  margin: 0 7px;
}
.tour .menu {
  float: left;
  width: 250px;
  border-top: 5px solid #1b1b1b;
}
.tour .menu ul {
  border-top: 1px solid #1b1b1b;
  border-bottom: 2px solid #121212;
  background: url(../images/diagonal-small-bg.jpg) repeat left top;
}
.tour .menu a:link,
.tour .menu a:visited {
  display: block;
  padding: 20px 0 20px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #999;
  border-bottom: 1px solid #1b1b1b;
  border-top: 2px solid #121212;
  text-shadow: 1px 1px 1px #000;
}
.tour .menu a:hover {
  color: #DAECFA;
  background: #1b1b1b;
}
.tour .menu li.active a:link,
.tour .menu li.active a:visited,
.tour .menu li.active a:hover {
  font-size: 21px;
  color: #DAECFA;
  text-decoration: none;
  letter-spacing: -1px;
  background: #121212 url(../images/star_tiny.png) no-repeat 3px center;
  border-top: 0;
  padding-left: 25px;
}
.tour .menu p {
  border-top: 5px solid #1b1b1b;
  padding: 35px 10px 10px 10px;
  font-size: 12px;
  line-height: 150%;
  color: #555;
}
.tour .menu p a:link,
.tour .menu p a:visited {
  display: inline;
  background: none;
  padding: 0;
  font-size: inherit;
  border: 0;
  text-decoration: underline;
  color: #888;
}
.tour .menu p a:hover {
  color: #a6f174;
}
.tour .section {
  float: right;
  width: 615px;
}
.tour .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px double #222;
}
.tour .row .details {
  width: 225px;
}
.tour .row .details h3 {
  color: #f1f1f1;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 120%;
}
.tour .row .details li {
  color: #aaa;
  font-size: 12px;
  font-family: verdana;
  padding: 0 0 10px 35px;
  line-height: 150%;
  text-shadow: 1px 1px 1px #000;
}
.tour .row .details li.one {
  background: url(../images/b-one.png) no-repeat left top;
}
.tour .row .details li.two {
  background: url(../images/b-two.png) no-repeat left top;
}
.tour .row .details li.three {
  background: url(../images/b-three.png) no-repeat left top;
}
.tour .row .details li.four {
  background: url(../images/b-four.png) no-repeat left top;
}
.tour .row .details li.five {
  background: url(../images/b-five.png) no-repeat left top;
}
.tour .row .details li.six {
  background: url(../images/b-six.png) no-repeat left top;
}

.form table input.text,
.form table textarea {
  width: 100%;
}
.form table input.text {
  font-size: 18px;
}
.form table textarea {
  font-size: 14px;
  line-height: 130%;
  height: 200px;
}
.form table input.checkbox {
	margin-left: 10px;
}
.form table th {
  background: url(../images/diagonal-small-bg.jpg) repeat left top;
  width: 27%;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  color: #ddd;
  text-shadow: 1px 1px 1px #000;
}
.form table td,
.form table th {
  padding:  4px;
  border-top: 5px solid #121212;
  vertical-align: middle;
}
.form table th.tall {
  vertical-align: top;
}
.form table th.tall label {
  padding-top: 8px;
  display: block;
}
.form table {
	color: #999;
	font-size: 14px;
}
.form table th small {
  display: block;
  margin-top: 3px;
  font-weight: 500;
}
.form table th small,
.form table th small a:link,
.form table th small a:visited {
  color: #626262;
  font-size: 11px;
}
.form table th small a:hover {
  color: #777;
}
.form table tr {
  border-top: 3px solid #2e2e2e;
}
.form table p.name {
  width: 170px;
  margin-right: 15px;
}
.form table p.name.last {
  margin-right: 0;
}
.form table p.name span,
.form table p.field span {
  display: block;
  font-size: 12px;
  font-family: helvetica;
  padding: 5px 0 0 5px;
}
.form table p.name input.text {
  width: 100%;
}
.registration table input.text {
  width: 94%;
}
.form td.cb input.checkbox {
  float: left;
  margin: 4px 8px 15px 5px;
}
.form td.cb {
  line-height: 130%;
}
.form td.terms {
  font-size: 13px;
  font-family: helvetica;
  padding-left: 10px;
  line-height: 150%;
}
.form td.terms a:link,
.form td.terms a:visited {
  color: #fff;
  font-weight: bold;
}
.form td.submission {
  padding-top: 15px;
}
.registration {
  background: url(../images/section-bg-big.png) no-repeat center top;
  border-top: 0;
  padding: 1px 0 0 0;
}
.registration #steps {
  width: 875px;
  height: 90px;
  margin: 15px auto 20px auto;
}
.registration #steps.one {
  background: url(../images/steps-one.png) no-repeat center top;
}
.registration #steps.three {
  background: url(../images/steps-three.png) no-repeat center top;
}
.signup table th {
  width: 175px;
  padding-left: 10px;
}
.signup form {
  float: left;
  width: 66%;
}
.registration table {
  margin-left: 20px;
}
.signup .right {
  float: right;
  width: 28%;
  padding: 15px 20px 10px 20px;
  background: #232323;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.registration .right {
  margin-right: 20px;
  width: 225px;
}
.signup .right h2 {
  color: #ffffcc;
  color: #A0D2F1;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.signup .right p {
  color: #999;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 150%;
}
.signup .right p.small,
.signup .right p.small a:link,
.signup .right p.small a:visited {
  font-size: 11px;
  color: #555;
}
.signup .right p strong,
.signup .right li strong {
  color: #ddd;
  font-weight: bold;
}
.signup .right ul {
  margin: 3px 0 10px 0;
  border-bottom: 3px double #2b2b2b;
  color: #999;
}
.signup .right li {
  padding-left: 10px;
  font-size: 13px;
  line-height: 150%;
  margin-bottom: 5px;
}
.signup .right li strong {
  display: block;
  text-shadow: 1px 1px 1px #000;
}
.info {
  border-top: 5px solid #191919;
  margin: 10px auto 0 auto;
  padding-top: 25px;
}
.info .soft {
  color: #777;
  line-height: 140%;
  font-size: 16px;
  margin: 20px 0;
}
.info .left {
  width: 50%;
  border-right: 5px dotted #222;
  padding-right: 45px;
}
.info .right {
  width: 40%;
}
.info .left ul li {
  margin: 0 0 30px 0;
}
.info .left ul li.last {
  border: 0;
  margin: 0;
  padding: 0;
}
.info .left ul li p {
  color: #999;
  font-size: 13px;
}
.info .left ul li p strong {
  color: #fffffc;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  line-height: 125%;
  text-shadow: 1px 1px 1px #000;
}
.info .left ul li img {
  border: 6px solid #fff;
  padding: 2px;
  background: #000;
  margin: 5px 0 20px 20px;
  float: right;
  width: 100px;
  height: 100px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 0px 3px 6px #000;
  -webkit-box-shadow: 0px 3px 6px #000;
  box-shadow: 0px 3px 6px #000;
}
.info .left ul li.odd img {
  float: left;
  margin: 5px 20px 20px 0;
}
.info p.promote {
  padding: 15px 10px;
  margin: 5px 0 2px 0;
  text-align: center;
  background: #0f0f0f;
  border: 1px solid #161616;
  border-left: 0;
  border-right: 0;
  font-size: 20px;
  font-style: italic;
  color: #83B7E2;
}
.info p.promote span {
  text-decoration: underline;
}
.info .left p.promote {
  color: #ccc;
  margin-top: 30px;
}
.info .right .mini-screenshot {
  padding-top: 10px;
  background: url(../images/mini-screenshots.png) no-repeat left bottom;
  height: 200px;
  border-bottom: 5px solid #191919;
}
.info .right .mini-screenshot img {
  float: right;
  margin-top: -10px;
}
.info .right .signup {
  text-align: center;
  color: #999;
  font-size: 13px;
  margin: 5px 0 0 0;
  padding: 15px 0 20px 0;
  border: 5px solid #191919;
  border-left: 0;
  border-right: 0;
}
.info .right .signup strong {
  color: #fff;
  font-weight: bold;
}
.info .right .signup img {
  margin-top: 10px;
}
.info .right ul {
  margin: 5px 0 0 0;
  padding: 15px 20px 5px 20px;
  background: #0f0f0f;
  border: 1px solid #161616;
  border-left: 0;
  border-right: 0;
}
.info .right ul li {
  color: #999;
  line-height: 140%;
  margin-bottom: 15px;
  font-size: 16px;
}
.info .right ul li strong {
  color: #fff;
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
}
p.error {
  background: #050505;
}
.fieldWithErrors {
  display: inline;
}
.important {
  margin-bottom: 20px;
  font-size: 20px;
  color: #aaa;
  padding: 10px;
  border: 1px dotted #222;
  background: #0b0b0b;
  text-align: center;
  line-height: 140%;
}
.important strong {
  color: #acd3f1;
  margin-right: 3px;
}
a.boldblue:link,
a.boldblue:visited {
  display: block;
  font-size: 15px;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
  font-family: helvetica;
  padding: 5px 0;
  line-height: 1;
  letter-spacing: 1px;
  margin: 10px 0;
  color: #D9EBF9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #254b72 url(../images/sidebar-top-bg.jpg) repeat-x left -10px;
  text-decoration: none;
}
a.boldblue:hover {
  background: #173757;
}
.errorExplanation {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.registration .tall.checkbox {
  background: url(../images/large-checkbox.png) no-repeat 25px top;
  margin: 0 0 20px 0;
  padding: 0 0 20px 425px;
}
.registration .checkbox h2 {
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-top: 25px;
  text-shadow: 1px 1px 1px #000;
  font-family: helvetica;
  margin-bottom: 25px;
}
.registration .checkbox h2 span {
  display: block;
  font-size: 16px;
  color: #444;
  margin-top: 12px;
  font-weight: normal;
  padding-left: 5px;
}
.registration .checkbox .login {
  padding: 20px;
  background: #101010;
  border: 1px solid #171717;
  margin-right: 50px;
}
.registration .tall.checkbox form {
  float: none;
  width: auto;
}
.registration .checkbox .login p.submission {
  border-top: 1px dotted #181818;
  padding-top: 5px;
  margin-top: 7px;
}
.registration .checkbox .login label {
  display: block;
  color: #9FD1F1;
  color: #999;
  font-weight: normal;
  padding-bottom: 3px;
  font-family: helvetica;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #000;
  font-size: 19px;
}
.registration .checkbox input.text {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 20px;
  padding: 5px;
  width: 96%;
  margin-bottom: 10px;
}
.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#ff {
  background: url(../images/ff.png) no-repeat right 53px;
  height: 150px;
  margin-top: 5px;
  padding: 35px 0 10px 20px;
  border-top: 5px solid #191919;
  font-family: helvetica;
}
#ff small {
  display: block;
  padding: 0 0 5px 0;
  font-size: 12px;
  color: #999;
}
#ff strong {
  display: block;
  color: #ddd;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  padding: 5px 0;
}
#ff p {
  font-size: 14px;
  line-height: 150%;
  padding-right: 135px;
  color: #555;
}
#ff a:link,
#ff a:visited {
  color: #555;
}



.help.e500 {
  background: url(../images/500.png) no-repeat 30px top;
  height: 275px;
  padding: 30px 75px 0 325px;
}
.help.e500 h1 {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 3px;
}