#prompt {
position: absolute;
top: 176px;    /* This places the introduction 176px from the top of the outer container */
left: 100px;
width: 568px;
line-height: 20px;
font-family: Verdana,helvetica,sans-serif;
font-size:9pt;
color: #424344;
}

#formContainer {
  position: absolute;
  top: 275px;
  width: 511px;
  left: 140px;
  height: 420px;
  background-image: url('../images/transparentThinker3.jpg');
  overflow:hidden;
}

form#your_say {
  min-width: 500px;
  max-width: 600px;
  width: 511px;
}

p.subHeader {
   font-family: Verdana,helvetica,sans-serif;
   font-size:9pt;
   color: #424344;
}

label{
float: left;
width: 100px;
margin-bottom: 9px;
font-family: Verdana,helvetica,sans-serif;
font-size: 9pt;
color: #424344;
}

.textBox {
width: 250px;
margin-bottom: 9px;
font-family: Verdana,helvetica,sans-serif;
font-size: 9pt;
}

select {
width: 250px;
margin-bottom: 8px;
font-family: Verdana,helvetica,sans-serif;
font-size: 9pt;
color: #424344;
}

textarea {
width: 350px;
height: 150px;
font-family: Verdana,helvetica,sans-serif;
font-size: 9pt;
}

#submitbutton{
margin-left: 100px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

#footer {
width: 759px;
position: absolute;
top: 715px;
height: 26px;
line-height: 26px;
font-family: Verdana,Helvetica,sans-serif;
font-size: 9pt;
border-top: 1px solid #ACACB6;
text-align: center;
background: #D9DCEA;
color: #7C7D7E;
}
