﻿.checkBoxWithLabels {
    margin-top: 10px;
}

.checkBoxListsWithLabel {
    width: 100%;
}

.checkBoxWithLabel {
    margin-bottom: 10px;
    clear: both;
}

    .checkBoxWithLabel .addText {
        display: block;
        margin-left: 33px;
    }

    .checkBoxWithLabel .checkBox {
        display: block;
        float: left;
    }

    .checkBoxWithLabel .description {
        margin-left: 25px;
        color: Red;
        display: block;
    }

    .checkBoxWithLabel div {
        display: inline-block;
        width: 80%;
    }

html[dir=rtl] .checkBoxWithLabel div {
    margin-right: 10px;
}

.styled[type=checkbox] a {
    display: none;
}

span.checkbox {
    display: inline-block;
    vertical-align: top;
    height: 17px;
    padding: 7px 10px 0 22px;
    background: url(images/checkbox.gif) no-repeat;
    cursor: pointer;
    margin-top: -3px;
}

html[dir=rtl] span.checkbox {
    float: right;
}

.singleLineTextControl {
    display: block;
    margin: 0 45px;
    clear: both;
    color: Gray;
    font-family: Arial, Trebuchet MS, Verdana,arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.checkBoxLabel {
    color: #666666;
}

html[dir=rtl] .checkBoxLabel {
    float: right;
}

.multiTextControl {
    margin-left: 32px;
}
