body{
  background:#181d45;
}

#contentArea, #contentAreaThankyou{
  background: url('./images/WebSiteGeneric.png');
  width: 800px;
  height: 600px;
  margin-right:auto;
  margin-left:auto;
  position:relative;
}

#contentAreaThankyou{
  background: url('./images/WebSiteGenericThankyou.png');
}

#formContainer{
  width:230px;
  height:200px;
  position: absolute;
  left:546px;
  top:285px;
  border: 1px solid #000;
  background:#DDDDDD;
  padding:6px;
}

#formContainer select{
  text-align:right;
  width: 180px;
}

#formContainer .textbox{
  margin-right: 6px;
  width: 177px;
}

#appStore{
  position: absolute;
  left: 348px;
  right: 519px;
  top: 297px;
  bottom: 353px;
  height: 56px;
  width: 171px;
}

#appStore:hover{
  cursor:pointer;
  cursor:hand;
}

.note{
  font-size: 8pt;
}

.note2{
  width: 800px;
  text-align: center;
  font-size: 10pt;
  color:#f9c75a;
  margin-right:auto;
  margin-left:auto;
}

.otherContainer{
  width:230px;
  height:200px;
  position: absolute;
  left:546px;
  top:285px;
  border: 1px solid #000;
  background:#DDDDDD;
  padding:6px;
}
.otherContainer select{
  width: 218px;
}

.otherContainer .textbox{
  width: 218px;
}