﻿.radio_Square
{
    width: 20px;
    height: 20px;
    padding: 0 5px 0 0;
    background: url(../../../../../App_Themes/Theme1/images/Po2/radio.gif) no-repeat;
    display: inline;
    clear: left;
    float: left;
}
.radio_Circle
{
    width: 15px;
    height: 15px;
    padding: 0 5px 0 0;
    background: url(../../../../../App_Themes/Theme1/images/Po2/circle_radio_trans.gif) no-repeat;
    display: inline;
    clear: left;
    float: left;
}
.brd-right
{
    border-right: 1px solid #ccc;
    width: 20%;
    padding: 10px;
}
.radioError
{
    width: 20px;
    height: 20px;
    padding: 0 5px 0 0;
    background: url(../../../../../App_Themes/Theme1/images/Po2/radio_error.png) no-repeat;
    display: inline;
    clear: left;
    float: left;
}
.radioError_Circle
{
    width: 15px;
    height: 15px;
    padding: 0 5px 0 0;
    background: url(../../../../../App_Themes/Theme1/images/Po2/circle_radio_error_trans.gif) no-repeat;
    display: inline;
    clear: left;
    float: left;
}