﻿.ASV_wrapper
{
    font-family:Verdana, Arial, Helvetica; font-size:10px; font-weight:normal; color:#000; text-decoration:none;
    position:relative;
    vertical-align:top;
    /*padding-top: value is set from code-behind in AntiSpamValidator.ascx.cs */
}
.ASV_image
{
    position:absolute;
    left:0px;
    top:0px;
}
.ASV_inputWrapper
{
    
}
.ASV_update a
{
    text-decoration:none;
}
.ASV_updateBtn
{
    position:absolute;
    /*left: value is set from code-behind in AntiSpamValidator.ascx.cs */
    /*top: value is set from code-behind in AntiSpamValidator.ascx.cs */
    width:24px;
    height:24px;
    cursor:pointer;
    vertical-align:middle;
    background:transparent url('../../Images/Controls/Refresh.gif') no-repeat 0 0;
}
span.ASV_input
{
    font-weight:bold;
    display:block;
    margin:5px 0 3px 0;
}
.ASV_input span.ASV_notValid
{
    vertical-align:top;
}
.ASV_inputTbx
{
    width:165px;
}
.ASV_info
{
    font-style:italic;
    margin:3px 0;
}
.ASV_info,
.ASV_validateResult
{
    width:178px;
}
.ASV_notValid
{
    font-weight:bold;
    color:#f00;
}
