How exactly would you edit the color scheme on the Input Box, as it has no GUI number??? ( I am using a hi-color game)
You can't edit the default gray input box, but you can create your own with the GUI editor. Just add a text box, then add an "OK" button and script an interaction for it that handles the text entered. Look up GetTextBoxText in the manual-- it works about the same way as InputBox.