No you have to keep adding more if you have more style ids but you can use a else to cover many styles.
Code:
<if condition="$bbuserinfo[styleid] == 1">
code to only show only on style id 1
<else />
<if condtion="$bbuserinfo[styleid] == 2">
code to show show only on style id 2
<else />
use on any style except 1 or 2
</if>
</if>