﻿.radioButtonAndLabel, .checkBoxAndLabel
{
    display: block;
}

.radioButtonAndLabel label, .checkBoxAndLabel label
{
    display: block;
    padding-left: 19px;
    text-indent: -19px;
}

.radioButtonAndLabel input, .checkBoxAndLabel input
{
    width: 13px;
    height: 13px;
    padding: 0;
    top: -1px;        
    vertical-align: bottom;
    position: relative;
}

.radioButtonAndLabel input
{
    margin: 0 4px 0 0;
    top: -2px;
}

.checkBoxAndLabel input
{
    left: 1px;
    margin: 0 5px 0 0;
}

.ie7 .checkBoxAndLabel input
{
    overflow: hidden;
}

.ie7 .radioButtonAndLabel input
{
    top: 1px;
    overflow: hidden;
}