﻿input[type=radio   ]:not(old){
  width   : 22px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -20px;
  padding-left : 30px;
  background   : url('Images/RadioButtons/rdo_question2_unchecked.png') no-repeat 0 0;
  line-height: 18px;
}

input[type=radio]:not(old):checked + label{
  background   : url('Images/RadioButtons/rdo_question2_checked.png') no-repeat 0 0;
}

table.answerList
{
    margin-left: 32px;
}

table.answerList td
{
    padding-bottom: 10px;
}

table.option
{
    margin-left: 20px;
}

table.option td
{
    padding-bottom: 8px;
    vertical-align: top;
}

.optionTextCell
{
    padding-top: 1px;
    padding-left: 5px;
    width: 610px;
}