﻿.captcha {
    width: 415px;
    float: left;
    margin-bottom: 10px;
}

.captchaImage {
    width: 215px;
    float: left;
    margin-right: 5px;
}

#txtgcode {
    width: 190px;
    float: left;
}

#captchaImage {
    height: 45px;
}

#captchaRefresh {
    float: left;
    width: 24px;
    height: 24px;
    background: url("/images/update.ex.png") no-repeat;
    cursor: pointer;
    border: none;
    margin-right: 5px;
}
