.rcLabelClass
{
}
.rcTextBoxClass
{

}
.rcCaptchaAudioLink, a.rcCaptchaAudioLink
{
    float:left;
    display: block;
    background-image: url('Captcha/Audio.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 32px;
    height: 24px;
    line-height: 22px;
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;   
}
.rcRefreshImage, a.rcRefreshImage
{
    float:right;
    display: block;
    background-image: url('Captcha/Refresh.png');
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 25px;
    height: 24px;
    line-height: 22px;
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;
    margin-top:10px
}
.RadCaptcha
{
    text-align: left;
    padding:0px;
    border: none 0px #CACACA;
}
.RadCaptcha p {padding:0px !important; margin:0px !important;}
.rcCaptchaImage
{
    float:left;
    border:1px solid #d3d3d3 !important;
}


.RadCaptcha span
{
}

.RadCaptcha p
{
    padding:5px;
}
.RadCaptcha img
{
    margin-bottom:5px;
    margin-top:5px;
}
.RadCaptcha input[type="text"]
{
    width:173px;
    direction: ltr;
}