#registration {
  background-size: auto; background-position: left top; background-repeat: no-repeat;
}
#registration .btn,
#registration .btn.btn-primary {
}
#registration a {
}
#registration h1,
#registration h2 {
}
#registration {
  background-color: #dedede;
  color: #333;
  font-family: helvetica, arial, sans-serif;
  font-size: 16px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}
#registration #page {
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  border: 1px solid #fff;
  padding: 0 20px 20px 20px;
  background: #eeeeee;
}
#registration #header {
  margin: 0 -20px;
  width: auto;
  overflow-x: hidden;
  padding: 0 20px;
}
#registration #title_and_dates {
  background: url(https://s3.amazonaws.com/signupforms/themes/Urban+Ventures/header-bg.jpg) repeat;
   background-size: auto 100%;
   margin: 0 -20px;
   width: auto;
   overflow-x: hidden;
   padding: 20px 20px 0 20px;
   margin-bottom: 20px;
   color: white;
   text-shadow: #333 1px 1px 2px;
}
#registration h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: normal;
  background: url(https://s3.amazonaws.com/signupforms/themes/Urban+Ventures/logo.png) no-repeat left top;
  padding-top: 120px;
  min-height: 100px;
}
#registration #dates {
  font-weight: normal;
  font-size: 24px;
}
#registration #location {
  padding: 0;
  border: none;
}
#registration h2 {
  text-transform: uppercase;
  color: rgb(0, 94, 133);
}
#registration a {
  color: rgb(0, 94, 133);
}
#registration .btn, #registration .btn.btn-primary {
  border-radius: 0;
  background-color: #2e2e2e;
  color: #cccccc;
  transition-duration: 0.2s;
  transition-property: color;
}
#registration .btn:hover {
  color: white;
}
#registration #details {
  font-size: 14px;
}
#registration .option .option_price {font-size: 0; text-index: -999999px}
