﻿.captcha {
    height: 30px;
    width: 160px;
    margin: 15px 0;
}

    .captcha span {
        float: right;
        line-height: 30px;
        font-size: 13pt;
        font-weight: bolder;
    }

    .captcha .check {
        border-radius: 3px;
        width: 30px;
        height: 30px;
        border: 2px solid #ff4d1d;
        display: inline;
        position: absolute;
        cursor: pointer;
    }

.captchabox {
    border: 1px solid #d3d3d3;
    padding: 15px 15px;
    background: #f9f9f9;
    color: #000;
    height: 60px;
    width: 225px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
}
