/* Container */
#CaptchaMainDiv
{
    border:none; /*solid 1px #AAAAAA;*/
    background-color:White;
    color:Black;
    height:110px;
    width:255px;
    text-align:center;
    padding:4px;
}
/* TextBox */
#CaptchaCode
{
    border:solid 1px #CCCCCC;
}
#CaptchaHeading
{
    text-align:left;
    padding-bottom:3px;
}
#CaptchaDiv
{
    height:60px;
}
#CaptchaIcons
{
    text-align:right;
    width:100%;
}
#CaptchaImageSound
{
    clear:none;
    float:left;
    width:1px;
    width:25px;
    text-align:left;
}
#CaptchaImageRefresh
{
    clear:none;
    float:left;
    width:1px;
}
#SampleForm_SoundPlaceholder
{
    clear:none;
    float:left;
    width:1px;
}
#CaptchaDivCode
{
    clear:none;
}
#CodeIncorrectLabel
{
    clear:none;
    float:right; 
    padding-top:2px;
}
#CodeCorrectLabel
{
    clear:none; 
    float:right; 
    padding-top:2px;
}

/* CAPTCHA IMAGE */
#SampleForm_CaptchaImage 
{
    border:solid 1px #AAAAAA;
}