In inc_header.asp find line 274, which should look like this:
"input.radio {background:" & strPopUpTableColor & ";color:#000000}" & vbNewLine & _
Add the following below that line:
"hr {color:#FFFFFF}" & vbNewLine & _
Then change the color code (#FFFFFF in the line above) to the color you want the horizontal lines to be.