﻿
.captcha-container 
{
    padding-left: 240px; 
    width: 205px; 
}

.captcha-aspnet-container 
{ 
	width: 1px;
    height: 155px;
    color: #FFF;  
    margin: 0; 
    overflow: hidden;
}
div#captcha-aspnet-content
{
    position: absolute;
    margin-top: -3px;
    margin-left: 9px;
    width: 200px;
    height: 150px;
    background: url(bg-content-div.png);
}
p#captcha-aspnet-task
{
    line-height: 16px;
    margin: 0;
    padding: 11px 0 0 11px;
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial;
    color: #18779D;
}
p#captcha-aspnet-task span
{
    color: #66A70B;
    font-weight: bold;
}
ul#captcha-aspnet-task
{
    width: 190px;
    height: 38px;
    list-style-type: none;
    background: url(bg-items.png) -10px 0px;
    background-repeat: no-repeat;
    margin: 6px 0 0 0;
    padding: 5px 0 0 2px;
    padding-left: 10px;
}
ul#captcha-aspnet-task li
{
    float: left;
    margin-right: 1px;
    margin-top: 6px;
}
p#captcha-aspnet-drop
{
    margin-left: 5px;
    margin-top: 10px;
    width: 180px;
    height: 25px;
    background: url(bg-drophere.png);
    background-color: #AAA;
}
img.captcha-aspnet-border
{
    position: absolute;
    margin-top: -3px;
}
img.captcha-aspnet-border#captcha-aspnet-left
{
    margin-left: 2px;
}
img.captcha-aspnet-border#captcha-aspnet-right
{
    margin-left: 206px;
}
.captcha-aspnet-highlighted
{
    cursor: pointer;
    z-index: 102;
}

