﻿.aPsCheckBox INPUT {
    display:none;
}
.aPsCheckBox {
    color: #000000;
}
.aPsCheckBox font {
    padding-left:25px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border:none;
    padding-right:5px;
}

.aPsCheckBox font.offchecked {
    background: url(ck.gif) no-repeat 0px 0px;
    *background: url(ck.gif) no-repeat 0px -3px;
}
.aPsCheckBox font.offchecked:hover {
    background-position: 0px -200px;
    *background-position: 0px -203px;
}
.aPsCheckBox font.onchecked {
    background: url(ck.gif) no-repeat 0px -420px;
    *background: url(ck.gif) no-repeat 0px -423px;
}
.aPsCheckBox font.onchecked:hover {
    background-position: 0px -640px;
    *background-position: 0px -643px;
}


.aPsRadio INPUT{
    display:none;
}
.aPsCheckBox {
    color: #000000;
}
.aPsRadio font {
    padding-left:20px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    border:none;
    padding-right:5px;
}
.aPsRadio font.offchecked {
    background: url(rd.gif) no-repeat 0px 0px;
    *background: url(rd.gif) no-repeat 0px -3px;
}
.aPsRadio font.offchecked:hover {
    background-position: 0px -220px;
    *background-position: 0px -223px;
}
.aPsRadio font.onchecked {
    background: url(rd.gif) no-repeat 0px -440px;
    *background: url(rd.gif) no-repeat 0px -443px;
}
.aPsRadio font.onchecked:hover {
    background-position: 0px -640px;
    *background-position: 0px -643px;
}