<div id="right-side-panel">
<span>UserName:<br />
<input id="txtUserName" type="text" />
</span>
<br />
<span>Password:<br />
<input id="txtPassword" type="password" />
</span>
<br />
<input id="btnLogin" type="button" value="Login" />
</div>
How can I reach this txtUserName from css file? I want to change textBox's things.
#right-side-panel .. then?
Thanks in advance