img, div, a, input { behavior: url(/stylesheets/iepngfix.htc) }

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  padding:0;
  margin:0;
}

div.screen {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white url(../images/backgrounds/tentacle.png) no-repeat center left;
}

div.page {
	width:280px;
	height:500px;
	position:absolute;
	top:50%;
	left:75%;
	margin:-250px auto auto -140px;
	text-align:center;
  vertical-align: middle;
}

/*Array("intro", "location", "time", "registry", "lodging", "rsvp");*/
div#intro {
  position:absolute;
  top: 0;
  background: white url(../images/backgrounds/intro.png) no-repeat center left !important;
}
div#intro div.page {height: 300px; margin-top: -150px;}

div#location { position:absolute; top: 100%;}
div#location div.page {height: 412px; margin-top: -206px;}

div#time { position:absolute; top: 200%;}
div#time div.page {height: 90px; margin-top: -45px;}

div#registry { position:absolute; top: 300%; }
div#registry div.page {height: 134px; margin-top: -67px;}

div#lodging { position:absolute; top: 400%; }
div#lodging div.page {height: 134px; margin-top: -67px;}

div#rsvp { position:absolute; top: 500%; }
div#rsvp div.page {height: 290px; margin-top: -145px;}

a img {
  border: 0;
}


form div {
  text-align: left;
  margin: 20px 10px;
  float: none;
  clear: both;
  overflow: hidden;
}

form label {
  margin: 0;
  padding: 0 20px 0 3px;
  font-family: "Lucida Grande", Verdana, Helvetica;
  font-size: .7em;
  color: #666;
}

form input {
  padding: 2px;
  font-family: "Lucida Grande", Verdana, Helvetica;
  font-size: .7em;
  color: #666;
}

form div.radio input {
  float: left;
  margin: 0;
  padding: 0;
}

form div.radio label {
  float: left;
}

form div #name {
  color: black;
  font-size: .9em;
  width: 95%;
}

form div #guests {
  float: left;
  width: 25px;
  margin-right: 5px;
}