.dash_box_main .welcome {
  padding: 10px;
  background: #000;
  float: left;
}

.dash_box_main .welcome .welcome_text {
  width: 300px;
  float: right;
}

.no_float {
  float: none !important;
}

.draggable {
  cursor: move;
}

.map_loc {
  font-size: 11px;
  width: 200px;
}

#chooser_spinner {
  display: none;
}

.fieldWithErrors {
  color: #f00;
}

.errorExplanation,
.errorExplanation p {
  color: #f00;
}

.hidden {
  display: none;
}

.requirements .event_specific p {
  padding-left: 40px;
  padding-bottom: 10px;
}

input.spinner {
  background: url(/images/spinner.gif) no-repeat right 4px;
}

#column_right_main_wide.full {
	width:945px;
	padding-left:20px;
}

#column_right_main form p.explain, 
#column_right_main_wide form p.explain {
	margin-left: 160px;
	color: #999;
}

#notifications {
	width:990px;
	margin:0 auto;
	text-align: left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
}

#notifications .success {
	padding:5px;
	background-color:#6DB200;
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}

#notifications .error {
	padding:5px;
	background-color:#CA0001;
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
}

.submit_spinner {
	padding-top: 14px;
}

table.followup_summary tr td.result {
	text-align: right;
}

#column_right_main_page h2.adult-notice {
	font-size: 14px; 
	color: #EB72AC;
	margin: 15px 0 10px 0; 
	padding: 0 0 5px 0; 
	border-bottom: 1px solid;
}