input#txtCommand {
background: url ('parser.jpg');
outline:none;
border: none;
font-size:13px;
margin:0;
padding:0;
max-width: 1000px;
}input#txtCommand {
background: url (BACKGROUND_IMAGE);
outline:none;
border: none;
font-size:13px;
margin:0;
padding:0;
max-width: 1000px;
}game.css = Replace(game.css, "BACKGROUND_IMAGE", GetFileURL("parser.jpg"))
input#txtCommand {
outline:none;
border: none;
font-size:13px;
margin:0;
padding:0;
max-width: 1000px;
content: ">"
}<div id="txtCommandDiv" style="display: block;">>
<input type="text" x-webkit-speech="" id="txtCommand" onkeydown="return commandKey(event);" placeholder="" autofocus="" style="font-family: 'Special Elite', 'Lucida Console', Monaco, monospace; color: rgb(211, 211, 211); font-size: 13pt; width: 1000px; background: black;">
<a id="endWaitLink" onclick="endWait();" class="cmdlink" style="display: none">Continue...</a>
</div>