codice:
 <style type="text/css">
input[type="text"] {
border-radius: 8px;
-moz-border-radius: 8px; // Per Mozilla
-webkit-border-radius: 8px; // Per chrome e safari
behavior: url(PIE/PIE.htc); // Per IE
border: 1px solid red;
}
</style>
Questo lo incolli tra <head> e </head>, oppure togliendo <style type="text/css"> e </style> lo incolli nel tuo file CSS.

La cartella PIE la trovi qui: http://beateaters.it/PIE.rar