A ver si te sirve este ejemplo......
Código HTML:
<style>
#combo{
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
color: #707070;
background-color: #FFFFFF;
border-width:0;
}
</style>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
<input type="text" class="input" id="combo" value="ACA estoy!!" size="50">
</body>
</html>