css for input width

by toubia95

HTML

<div class="multiple-short-txt" id="question60788">
    <table class="question">
        <tbody>
            <tr>
                <td align="left">
                    <table width="100%" cellspacing="0" cellpadding="8" border="0">
                        <tbody>
                            <tr>
                                <td class="be">	<span class="asterisk"></span><span class="qnumcode">  </span>Informations administratives du stage
                                    <br><span class="questionhelp"></span>
	<span id="vmsg_60788" class="questionhelp"></span>

                                </td>
                            </tr>
                            <!--<tr><td><font size="-1"><i>ces informations administratives ne sont pas modifiables.</i></font></td></tr>-->
                            <tr>
                                <td width="100%" class="answer">
                                    <ul>
                                        <li id="javatbd71382X5410X60788SQ001">
                                            <label for="answer71382X5410X60788SQ001">NOM</label>	<span>

<input type="text" onchange="checkconditions(this.value, this.name, this.type);" value="TOUBIANA" id="answer71382X5410X60788SQ001" name="71382X5410X60788SQ001" size="20" class="text test">

	</span>

                                        </li>
                                        <li id="javatbd71382X5410X60788SQ002">
                                            <label for="answer71382X5410X60788SQ002">Prénom</label>	<span>

<input type="text" onchange="checkconditions(this.value, this.name, this.type);" value="Gilles" id="answer71382X5410X60788SQ002" name="71382X5410X60788SQ002" size="20" class="text ">

	</span>

                                        </li>
                                        <li id="javatbd71382X5410X60788SQ003">
                                            <label for="answer71382X5410X60788SQ003">Parcours</label>	<span>

<input type="text"...

CSS

#question60788 input {
    width : 250px;
}