| 
 RE: Border in logon window
 Which line? I think you are talking about the glow. 
 
Look for: 
 
AddBehavior=DUI::Glow(rcint("msgr",9007),rcfloat("msgr",9008),rcclr("msgr",9009),rcclr("msgr",9010)) 
 
and change it to: 
 
AddBehavior=DUI::Glow(rcint("msgr",9007),rcfloat("msgr",9008),rgb(255,0,0),rgb(254,0,0)) 
 
Play with the rgb colors. 
 |