#page_container {
  width: 850px !important;
  width /**/: 862px;
  margin: 0 auto;
  padding: 0 6px;
  text-align: left;
}
#content_container {
  float: left;
  clear: left;
  width: 100%;
  padding: 0 20px;
}
#content {
  float: left;
  clear: left;
}
#header {
}
#header img {
  float: left;
  margin-right: 25px;
}
#header p {
  margin: 0;
}
#header #form_title {
  padding-top: .9em;
}
#header a {
  text-decoration: none;
  color: black;
}
#header hr {
  height: 10px;
  background-color: #333366;
}
#section {
	border-color: #333366;
	border-width: 2px;
	border-style: solid;
	padding: 0 10px;
}
table {
  white-space: nowrap;
}
table input {
  margin: 5px;
}
table.player {
  border-top: solid thin;
  padding-top: 5px;
  margin-bottom: 0px;
}
table.player-show {
  border-top: solid thin;
  margin-bottom: 3px;
}
table.player-apparel {
  margin-bottom: 15px;
}
table.fees {
  border-collapse: collapse;
}
.fees td, .fees th {
  padding: 5px;
}
.fees th h4 {
  font-weight: bold;
  margin: 0;
}
table.apparel {
  padding-top: 5px;
  margin-bottom: 10px;
}
.apparel_dropdown th, .apparel_dropdown td {
	padding-right: 30px;
}
#emergency_contact {
  margin-top: 20px;
}
#registration_location_choices {
  margin-left: 0;
  margin-bottom: 50px;
}
#registration_location_choices .location {
  display: inline;
  float: left;
  padding-right: 8px;
}


/* ===============================
    ::: TYPOGRAPHY :::
=============================== */
BODY, TD, TH {
  font: 11px/1.6em Arial;
  color: #333;
}

H1, H2, H3, H4, H5, H6 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: normal;
  margin: 1.2em 0 .5em;
  line-height: 1em;
}
H1 { font-size: 2em; }
H2 { font-size: 1.7em; }
H3 { font-size: 1.5em; 
     font-weight: bold;
}
H4 { font-size: 1.25em; }
H5 { font-size: 1em; }
H6 { font-size: .8em; }

.first {
  margin-top: 0; }
  
P, BLOCKQUOTE, UL, OL, DL, FIELDSET, ADDRESS {
  margin-bottom: 1em; }
  
.error {
  font-weight: bold;
  font-size: 1.1em;
  color: #b00; }

ADDRESS { font-style: normal; }

#header {
  font-size: 1.8em;
}
/* ===============================
    ::: LISTS :::
=============================== */

  LI {
    margin-bottom: 0em; }
  
DT { font-weight: bold; }
  
DD { margin: 0 0 1em 1em; }
  
  DD UL {
    margin-left: 0; }
    
  DD LI {
    list-style: none;
    display: inline;
    padding: 0 0 0 .25em;
    margin: 0; }