<form id="form1" name="form1" method="post" action="">
<label>
Ime :
<input name="ime" class="textbox" type="text" id="ime" />
</label>
</form>
CSS
INPUT.textbox {
background: white url(textboxbgs.jpg) no-repeat;
background-position: 0px 0px;
width: 200px;
height: 20px;
border: 0;
margin:0;
padding: 2px 2px 0px 7px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #4e4e4e;
}
Problem:

Problem je sto izlazi iz okvira :(....
[Ovu poruku je menjao Milan M. Radovic dana 23.12.2009. u 20:05 GMT+1]