﻿/*div.radioButton { float: left; margin-left: 30px; }*/

.styled {
    display: none;
}

.disabled {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.radiobutton {
    display: inline-block;
    vertical-align: top;
    height: 17px;
    padding: 7px 10px 0 22px;
    background: url(images/radio.png) no-repeat;
    cursor: pointer;
    margin-top: -3px;
}

html[dir=rtl] .radiobutton {
    float: right;
}

.radioLabel {
    cursor: pointer;
}

.customRadioButtonsList {
    margin-top: 5px;
}

.customRadioButtonList {
    width: 99%;
    float: left;
    clear: both;
    margin-bottom: 5px;
}

    .customRadioButtonList div {
        display: inline-block;
        width: 80%;
    }

html[dir=rtl] .customRadioButtonList div {
    margin-right: 10px;
    float: right;
}

.customRadioButtonList > .answer-text {
    color: #666666;
    margin-top: 1px;
}

.customRadioButtonList > input[type=text] {
    margin-left: 0;
    margin-top: 7px;
}
