.bg_overlay {
  width: 800px;
  height: 340px;
  background-repeat: no-repeat;
  position: relative;
  margin: 8px auto;
}
.bg_band {
  background: url("band2.jpg");
}

.bg_volunteer {
  background: url("volunteer.jpg");
  background-position: -10px -60px;
  background-size: 110%;
}

.bg_porch {
  background: url("porch.jpg");

  background-position: 0px -60px;
}

.footnote {
  margin: auto;
  color: white;
  position: absolute;
  bottom: 4px;
}
.footnote.big {
  font-size: 24px;
  bottom: 2px;
}
.footnote.left {
  left: 10px;
}

.footnote.right {
  right: 10px;
}

.overlay {
  width: 800px;
  height: 300px;
  /*opacity: 0.35;
    filter: alpha(opacity=35); 
    background-color:black;*/
  position: absolute;
}

.signup {
  font-size: 40px;
  position: absolute;
  width: 200px;
  left: 550px;
  top: 20px;
  color: white;
  font-weight: bolder;
  line-height: 35px;
  text-align: center;
  font-family: BobbyJRoughBold, arial, helvetica, sans-serif;
}

.bg_band .signup {
  left: 510px;
}
.bg_band .signup .big {
  position: relative;
  left: -40px;
}

.bg_porch .signup {
  left: 50px;
}

.signup .big {
  font-size: 60px;
  line-height: 45px;
}
.signup input {
  width: 200px;
  border: none;
  width: 180px;
  font-size: 20px;
  height: 40px;
  margin: 4px;
}
button {
  width: auto;
  padding: 4px;
  border: none;
  outline: none;
  font-size: 30px;
  height: 50px;
  background-color: #da4b28;
  color: white;
  display: block;
}

.infoform input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"] {
  font-size: 28px;
  width: 400px;
  margin-bottom: 6px;
  padding: 8px;
}

.infoform input[type="text"]:read-only {
  background-color: inherit;
  border: none;
}

.infoform input.hasMiniMe {
  width: 300px;
}
.infoform input.isMiniMe {
  width: 40px;
}

.infoform input[type="radio"] {
  width: auto;
}

.infoform textarea {
  font-size: 28px;
  width: 400px;
  height: 100px;
  margin-bottom: 8px;
  border: none;
}

.note {
  font-size: 20px;
  vertical-align: text-top;
  margin-bottom: 4px;
  padding-left: 20px;
}

.infoform select {
  font-size: 28px;
}

.infoform .caption {
  font-weight: bold;
  padding: 10px 0px;
}
.infoform .entry {
  padding: 4px;
}
.infoform .left {
  width: 250px;
  display: inline-block;
  vertical-align: text-top;
}
.infoform-wrapper {
  width: 600px;
  padding-left: 40px;
}
.infoform {
}
.infoform .entry {
  background-color: #ededed;
  margin-bottom: 6px;
}

.copy.copy500 {
  width: 510px;
}

label {
  cursor: pointer;
}

.infoform .spacer {
  height: 200px;
}

/* Basic styling for autocomplete dropdown like for address*/
.autocomplete-results {
  padding: 4px;
  border: 1px solid #ccc;
  overflow-y: auto;

  background: #fff;
  z-index: 1000;
  margin-top: 4px;
}
.autocomplete-results .suggestion {
  padding: 8px;
  cursor: pointer;
  text-decoration: underline;
}
.autocomplete-results .suggestion:hover {
  background-color: #f0f0f0;
}
