#posterform { 
  position: relative;
  height: 275px; 
  background: url(images/poster-400.png) no-repeat top left;
}

#thinking {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  border: 1px solid white;
  position: absolute;
  top: 231px;
  left: 5px;
  width: 290px;
  color: black;
  background-color: white;
  text-transform: uppercase;
}
#thinking:hover, #main:hover {
  border: 1px solid black;
  background-color: yellow;
}

#main {
  font-family: sans-serif;
  font-size: 40px;
  border: 1px solid white;
  position: absolute;
  top: 20px;
  left: 15px;
  width: 368px;
  height: 200px;
  color: black;
  background-color: white;
  text-align: center;
  overflow: hidden;
}

#fonts {
  position: absolute;
  top: 0px;
  left: 400px;
  padding-left: 10px;
}
#fontslist {
  list-style: none;
  padding-left: 0; margin-left: 0;
}
#fontslist li {
  padding: 0; margin-left: 0; 
}
#fonts h2 { 
  font-size: 100%;
  margin: 0;
  border: 2px solid black;
  border-width: 2px 0;
}

#btnSubmit {
  position: absolute;
  top: 265px;
  left: 410px;
}

p {
  font-size: x-small;
}

p.instructions {
  font-size: small;
  margin-left: 15%;
  margin-right: 15%;
  border: 2px solid red;
  border-width: 2px 0;
  padding: 5px 1em;
  text-align: center;
}

p#wait {
  font-size: 130%;
  margin-left: 25%;
  margin-right: 25%;
  border: 2px solid red;
  border-width: 2px 0;
  padding: 25px 80px 5px 1em;
  text-align: center;
  height: 80px;
  vertical-align: center;
  background: url(images/clock.gif) top right no-repeat;
}

h1 {
  font-size: 120%;
  background-color: #00f;
  color: white;
  width: 50%;
  padding: 2px 2em;
}

p.finalposter {
  padding: 0;
  background: url(images/shadow.png) bottom right no-repeat;
  width: 825px;
  height: 524px;
}

p.finalposter img { border-width: 0; }

