/*----------------------------*/
/*          rsvp.css          */
/*                            */
/*    Used for formatting     */
/*       the RSVP form        */
/*----------------------------*/

div.rsvp {
  text-align: center;
  margin: 0px auto 0px auto;
  border-width: 3px;
  border-style: solid;
  border-color: #40B647;
  width: 668px;
  text-align: left;
  font-size: 0.75em;
}

div.rsvp a:visited {
  color: #0000FF;
}

div.rsvp h3 {
  margin: 16px 0px 2px 0px;
  width: 100%;
  color: #2060DF;
  text-align: center;
  font-size: 1.50em;
}

div.rsvp h3 span {
  color: #808080;
  font-style: italic;
}

div.rsvp img {
  display: inline;
}

div.answer {
  margin-right: 15px;
  padding: 10px 10px 7px 10px;
  border: 1px solid black;
}

div.button {
  padding: 12px 0px 0px 0px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

div.comments {
  margin: 6px 12px 12px 12px;
  padding: 6px;
  border: 1px dashed black;
  text-align: center;
}

div.comments span {
  font-family: Verdana, sans-serif, sans, Arial, Helvetica;
}  

div.link {
  padding-bottom: 4px;
  text-align: center;
}

div.instructions {
  margin: 8px 36px 0px 36px;
  text-align: left;
}

div.instructions ol {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style-position: inside;
}

div.music {
  margin: 4px 10px;
  width: 100%;
  position: relative;
  text-align: left;
}

div.music div.musicfield {
  left: 85px;
  width: 30px;
  position: absolute;
  text-align: right;
}

div.music div.musicinput {
  left: 140px;
  position: relative;
}

div.music div.musicinput input {
  width: 380px;
}

div.msg {
  padding: 0px 12px 12px 12px;
  width: 641px;
}

div.msg textarea {
  margin: auto;
  width: 641px;
  font-size: 100%;
  font-family: Verdana, sans-serif, sans, Arial, Helvetica;
}

form {
  margin: 0px;
}

table.basic {
  margin: 6px 6px 0px 6px;
  text-align: left;
  /* IE6 sux - tables don't inherit font size */
  font-size: 100%;
}

table.basic td {
  padding: 4px;
  vertical-align: top;
}

table.basic td.field {
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

table.basic td.textbox input {
  width: 400px;
}

table.basic td.textbox span {  
  font-size: 0.80em;
  font-style: italic;
}

table.basic td.radio {
  padding: 7px;
  white-space: nowrap;
}

table.basic td.radio table {
  border: 1px solid black;
  border-spacing: 0px;
}

table.basic td.radio table td {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}

table.basic td.warning {
  color: #BB0000;
  font-weight: bold;
}

table.basic table.accepts {
  margin: 0px;
  font-size: 100%;
}

table.basic table.accepts td {
  padding: 0px 3px 0px 0px;
  text-align: left;
  vertical-align: middle;
}

table.multi {
  margin: 6px 6px 8px 6px;
  border-spacing: 0px;
  width: 648px;
  /* IE6 sux - tables don't inherit font size */
  font-size: 100%;
}

table.multi th {
  padding-left: 4px;
  border-bottom: 6px solid white;
  text-align: left;
  vertical-align: bottom;
  font-weight: bold;
}

table.multi td {
  background-color: #9FDAA3;
  border-bottom: 6px solid white;
  padding: 4px;
  text-align: left;
  vertical-align: middle;
}

table.multi td.guestfield {
  border-left: 6px solid white;
  width: 5em;
  color: white;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  white-space: nowrap;
}

table.multi td.goodfield {
  background-color: #40B647;
}

table.multi td.badfield {
  background-color: #BB0000;
}

table.multi td.link {
  border: 0px;
  padding: 0px 0px 4px 0px;
  background-color: transparent;
  vertical-align: bottom;
}

table.multi td.section {
  padding-top: 10px;
  border-bottom: 0px;
  color: #808080;
  background-color: transparent;
  text-align: left;
  font-weight: bold;
}
 
table.multi td.warning {
  padding-bottom; 0px;
  border-bottom: 0px;
  color: #BB0000;
  background-color: transparent;
  text-align: left;
  vertical-align: bottom;
  font-weight: bold;
}

table.musiclist {
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 100%;
}

table.musiclist td {
  text-align: left;
  vertical-align: middle;
}

div.schedule {
  width: 100%;
  height: 221px;
  line-height: 37px;
  clear: both;
  text-align: center;
  font-size: 1.33em;
}

div.schedule img {
  margin-left: 10px;
  width: 209px;
  height: 221px;
  position: relative;
  float: left;
}

table.schedule td {
  width: 50%;
}

#invitation {
  width: 100%;
  height: 322px;
  position: relative;
}

#invitation div {
  top: 0px;
  width: 360px;
  height: 140px;
  position: absolute;
  text-align: center;
  font-size: 0.75em;
}

#invitation div p {
  margin: 0px;
  padding-bottom: 2px;
}

#meter {
  margin: 0px auto;
  width: 592px;
  height: 98px;
  position: relative;
}

#meter div {
  top: 0px;
  width: 132px;
  height: 98px;
  position: absolute;
  background-image: url(rsvp/process.png);
  background-repeat: no-repeat;
}

#step1 {
  left: 0px;
  background-position: 0px 0px;
}
#step1_curr {
  left: 0px;
  background-position: 0px -98px;
}
#step1_done {
  left: 0px;
  background-position: 0px -196px;
}

#step2 {
  left: 132px;
  background-position: -132px 0px;
}
#step2_curr {
  left: 132px;
  background-position: -132px -98px;
}
#step2_done {
  left: 132px;
  background-position: -132px -196px;
}

#step3 {
  left: 264px;
  background-position: -264px 0px;
}
#step3_curr {
  left: 264px;
  background-position: -264px -98px;
}
#step3_done {
  left: 264px;
  background-position: -264px -196px;
}

#step4 {
  left: 396px;
  background-position: -396px 0px;
}
#step4_curr {
  left: 396px;
  background-position: -396px -98px;
}
#step4_done {
  left: 396px;
  background-position: -396px -196px;
}

#step5 {
  left: 528px;
  width: 63px;
  background-position: -528px 0px;
}
#step5_curr {
  left: 528px;
  width: 63px;
  background-position: -528px -98px;
}
#step5_done {
  left: 528px;
  width: 63px;
  background-position: -528px -196px;
}
