Подозреваю, что это делается в шаблоне, но там мне все непонятно

Code: Select all
<div class="111"><input type="radio">
Code: Select all
<input type="radio" class="111">
Code: Select all
input.111 { color: red; }
Code: Select all
.111 input { color: red;}