/* ID used for structuring the tip box messages (text). */
#tip_box
  {
   width:       100%;
   height:      16px; 
   color:       #006400; 
   padding:     3px;
   font-family: Tahoma, Arial, Helvetica, sans-serif;
   font-size:   16px;;
  }

/* Set the form's top, right, bottom, and left margin to zero. */
form { margin: 0; }

