<style type = "text/css">
.txt{
border:1px solid red;
}
.txt.w100{
width: 100px;
}
.txt.w200{
width: 200px;
}
</style>
<input type = "text" class = "txt w100" /> <input type = "text" class = "txt w200"/>
все общее в один класс, все отличающееся в разные
UPD
Skipp прошу прощения, не обновил