Hola, procer.
Eso se hace con Css. Puedes mirar las FAQs de ese foro o buscar manuales de Css en la red (hay muchos)
Por poner un ejemplo:
Código PHP:
<html>
<head>
<style>
input {font-family:verdana;
font-size:10pt;
background-color:#cce6ff;
color: #996666;
border:1px solid #663333;
}
</style>
</head>
<body>
<input type="text" value="texto">
<input type="button" value="Botoncillo">
</body>
</html>
Saludos,