﻿#captcha-wrap
{
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.captcha-box
{
}
.text-box
{
    float: left;
    margin-right: 5px;
}

.text-box input
{
    width: 165px;
    height: 21px;
}

#captcha-refresh
{
    border: thin solid #666666;
    cursor: pointer;
    float: left;
    background-position: center center;
    background-image: url('../Captcha/images/refresh.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}



#captcha-refresh:hover
{
    background-color: #0076A9;
    background-image: url('../Captcha/images/refresh-hover.png');
}


