  .commonForm ul li {
    margin-bottom: 15px;
  }
  .commonForm .checkbox strong {
    display: inline;
    font-size: inherit;
  }
  .commonForm li p {
    color: #666;  
    margin-bottom: 5px;
  }
  .commonForm a {
    text-decoration: underline;
  }
.commonForm .submit,
.commonForm .submit a {
  color: #7f7f7f;
}
.commonForm .submit a {
  text-decoration: underline;
}
.commonForm .submit a:hover {
  color: #06c;
}
.commonForm .submit input {
  font-size: 1em;
} 
.commonForm .withMore {
  text-align: center;
}
.commonForm .withMore p {
  padding: 5px;
  border: 1px solid #6078BF;
  background: #E6ECFF;     
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;   
  font-weight: bold;
  color: black;
}
.commonForm fieldset {
  border: none;
}
.commonForm label {
  font-weight: bold;  
  display: block;  
  font-size: 15px;
}             
.commonForm span {
  float: left;
}
.commonForm label span {
  float: none;            
  color: red;
}
.commonForm span label {
  clear: both;
  display: block;
  font-size: 11px;
  line-height: 1em;
  font-weight: normal;
  padding-top: 6px;
}
/**  JOIN
|    
----------------------------------------------- */
.showcase {
  color: white;
  z-index: 10;
  position: relative;
  background: black url(images/backgrounds/join_bkg.png) no-repeat scroll center top;
}
.showcase .gutter {
    width: 40%;
	padding:20px;
}
.showcase p {
    font-size: 18px;
    line-height: 1.4em;
    opacity: 0.99;
}
.showcase strong {
    color: #ff9;
}
.showcase a {
    color: #9ff;
}
.showcase a:hover {
    color: #ff9;
    border-color: #ff9;
}

.showcase h2 {
  color: #ff9;
  font-size: 24px;
} 

.subheader {
	padding:16px 0px 12px 16px;
}

.subheader h2 {
  font-size: 25px;
  line-height: 1.1em;   
  color: #202831;
}
.subheader h3 {
  font-size: 18px;
  line-height: 1.25em;
  color: #900;
  font-weight: normal;
  padding: 0;
  margin: 1em 0 0.5em;
}

.mobileRow {
	border-bottom: 0px;
}
.withMore {
	width:200px;
	text-align:center;
}

ul.gCheckboxes {
  text-align: center;
  margin-bottom: 0;
}
.gCheckboxes li {
  width: 20%;
}
.gCheckboxes span {
  float: none;
}
div.gCheckbox {
    display: block;
    width: 140px;
    height: 60px;
    border: 0;
    background: url('../images/buttons/opt-in_buttons.png') no-repeat left -60px;                
    position: relative;
    margin: 0 12px;  
} 
div.gCheckbox div {
    background:transparent url('../images/buttons/opt-in_buttons.png') no-repeat scroll -142px top;
    display:block;
    height:50px;
    left:35px;
    position:relative;
    top:-16px;
    width:70px;
}
div.gCheckbox div.optInNews {
    background-position: -142px -60px;
}                                  
div.gCheckbox div.optInEvent {
    background-position: -142px -120px;
}
div.gCheckbox div.optInMobile {
    background-position: -211px -3px;
}
div.gCheckbox div.optInPartner {
    background-position: -211px -60px;
}

div.gCheckbox.disabled {
    background-position: left -120px;   
}
div.gCheckbox.disabled div {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter:alpha(opacity=60);
}
div.gCheckbox.disabled strong{
    color: #9f9f9f;
} 

div.gCheckbox strong,
div.gCheckbox.hover strong {  
    position: absolute;
    font-size: 15px !important;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 2px ;        
    z-index: 1000;
    color: #555;
}
div.gCheckbox.hover div {
    opacity: 1.0;
    -moz-opacity: 1.0;
    filter:alpha(opacity=100);
}
div.gCheckbox.hover {
    background-position: left top;
}
div.gCheckbox.hover strong {
    
}

.withMore p img {
    position: absolute;
    bottom: -11px; 
    left: 98px;
}          
/* ------------------------------------------- **/


/**  Hard Overrides
|    
----------------------------------------------- */
#Join,
#Join .wrap,
.ShowPage .Subpage .Content .Content,
.ShowPage .Subpage .Content {
  background: #DDD !important;
 /* background: gray no-repeat fixed center; */
}  
#Join .showcase h2 {
  color: #ff9;
}   

table {
  width: 100%;
}
th,
td {
  padding: 0.25em 0.5em;
  line-height: 1.5em;
  font-size: 12px;
  vertical-align: center;
}                    
th {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #eee;
  padding: 0 0.5em;
}
th:first-child {
  border-left: 0;
}
td {
  border-bottom: 1px solid #ddd;
}  

.marchanHeading a {
float:none;
}          
/* ------------------------------------------- **/

p.paddingAdjust {
	padding-right:20px;
}

#theLogin {
	margin: 20px 0 0 20px
}

#theLogin legend {
	font-size:12px;
	margin-bottom:12px;
}

ul.minor {
	text-align:right;
}