.xcaptcha_component_hide {
    display: none;
}

.xcaptcha_component_show {
    display: block;
}

.xcaptcha_component div {
    margin: 0px;
    padding: 0px;
}
.xcaptcha_clearfix:after {
    content: "\0020";
    visibility: hidden;
    display: block;
    font-size: 0;
    clear: both;
    height: 0;
}

.xcaptcha_head div {
    float: left;
}

.xcaptcha_component .xcaptcha_head .xcaptcha_title {
    line-height: 34px;
    padding-right: 10px;
    font-size: 14px;
}

.xcaptcha_input_wrap {
    position: relative;
    display: inline-block;
}

.xcaptcha_grid_input {
    border: 1px solid #CCC;
}

.xcaptcha_grid_input div {
    width: 45px;
    height: 34px;
    border-right: 1px solid #DDD;
}

.xcaptcha_grid_input .xcaptcha_backspace {
    width: 40px;
    border-right: 0px;
    background: #CCC url(#) no-repeat;
    cursor: pointer;
}

.xcaptcha_component .xcaptcha_grid_content {
    margin-left: 52px;
}

.xcaptcha_component .xcaptcha_grid_content .xcaptcha_img_wrap {
    display: inline-block;
    margin-right: 5px;
    width: 150px;
    height: 36px;
    vertical-align: middle;
    background-position: 0 0;
}

.xcaptcha_component .xcaptcha_help {
    margin-top: 5px;
    color: #666;
    font-size: 12px;
}

.xcaptcha_component .xcaptcha_buttons a {
    cursor: pointer;
}

.xcaptcha_img_change {
    font-size: 12px;
}

.xcaptcha_component .xcaptcha_grid_buttons {
    margin-top: 5px;
    width: 190px;
}

.xcaptcha_grid_buttons div {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 54px;
    height: 40px;
    border: 1px solid #E0E0E0;
    border-bottom-color: #BFBFBF;
    outline: 0;
    zoom: 1;
    cursor: pointer;
}

.xcaptcha_grid_content .xcaptcha_btn0, .xcaptcha_grid_input .xcaptcha_btn0 {
    background-position: 0px -36px;
}

.xcaptcha_grid_content .xcaptcha_btn1, .xcaptcha_grid_input .xcaptcha_btn1 {
    background-position: -45px -36px;
}

.xcaptcha_grid_content .xcaptcha_btn2, .xcaptcha_grid_input .xcaptcha_btn2 {
    background-position: -90px -36px;
}

.xcaptcha_grid_content .xcaptcha_btn3, .xcaptcha_grid_input .xcaptcha_btn3 {
    background-position: 0px -87px;
}

.xcaptcha_grid_content .xcaptcha_btn4, .xcaptcha_grid_input .xcaptcha_btn4 {
    background-position: -45px -87px;
}

.xcaptcha_grid_content .xcaptcha_btn5, .xcaptcha_grid_input .xcaptcha_btn5 {
    background-position: -90px -87px;
}

.xcaptcha_grid_content .xcaptcha_btn6, .xcaptcha_grid_input .xcaptcha_btn6 {
    background-position: 0px -133px;
}

.xcaptcha_grid_content .xcaptcha_btn7, .xcaptcha_grid_input .xcaptcha_btn7 {
    background-position: -45px -133px;
}

.xcaptcha_grid_content .xcaptcha_btn8, .xcaptcha_grid_input .xcaptcha_btn8 {
    background-position: -90px -133px;
}

.xcaptcha_status {
    width: 30px;
}
            
.xcaptcha_status img {
    padding-left: 3px;
    padding-top: 8px;
    display: none;
}