/*
  index-v1.css
*/
 

#request_form_table {
  border: 1px solid #999;
  background-color: white;
  padding: 10px;
}

#request_form_table td {
  background-color: white;
  border-bottom: 1px solid #ccc;
}

td.td_prompt {
  font-weight: bold;
  vertical-align: top;
}

