iframe.ist_event_registration {
  border-width: 0px;
  width: 100%;
  height: 700px;
}

html {
  margin: 0px;
}

body.ist_events {
  font-family: helvetica;
  font-size: 12
  color: #131313;
  margin: 0px;
}

.ist_events h1 {
  width: 400px;
  margin-left: 10px;
  font-weight: normal;
}

.ist_events ul {
  margin: 0px;
  padding: 0px;
}

.ist_events li {
  padding: 0px;
  padding-bottom: 10px;
  list-style-type: none;
}

.ist_events li.hr {
  border-bottom: 1px solid grey;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ist_events label {
  width: 200px;
}

.ist_events input, select {
  display: block;
  border: 1px solid grey;
  height: 25px;
  width: 400px;
}

.ist_events select {
  width: 150px;
}

.ist_events input[type=submit] {
  width: 100px;
}

.ist_events .errors {
  width: 380px;
  padding: 10px;
  margin-left: 0px;
  margin-bottom: 20px;
  background-color: #DA593B;
}

.ist_events .field_with_errors input {
  background-color: #DA593B;
}

.ist_events input:focus {
  background-color: #13C1E6;
}

.ist_events table {
  border-spacing: 0px;
  width: 100%;
  text-align: left;
  vertical-align: top;
}
