#popupbox{
  margin: 0; 
  width: 485px;  /* For centering it on the screen */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #FEFEFE; /* Box background color. Change this if desired. */
  border: solid #dedfe4 2px; /* Makes a black border around the box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  display: none;
  }
  
  #hideformelements{
  width: 486px; /* For centering it on the screen */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  z-index: 9; /* Makes it on top of everything else */
  display: none;
  }
  
  td.surveytext {
  font-family: arial; /* Sets the font */
  font-size: 12px;
  padding-left: 10px; 
  text-align: left;
 }

