﻿.addCaptcha {
    padding:2px 0px;
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
}

.captchaContainer {
    padding:11px 8px;
    width: 30% !important;
    float: left;
    background-color: #ddd;
    width: 70px;
    height: auto !important;
    margin: 0px;
    border: 1px solid #ddd;
    text-align: center;
    outline: none;
    color: #333;
    font-weight: bold;
}

.captchaText {
    width:30% !important;
    float: left;
    padding:5px 8px;
    border: 1px solid #ddd;
    width: 100px;
    height: auto !important;
    margin: 0px;
    outline: none;
    text-align: center;
}


@media (max-width:450px) {
.captchaText {width:40%;}
.captchaButton { width:34% !important; padding: 8px 8px 8px 17px !important;}
}
.captchaButton {
    width:20% ;
    float: left;
    padding: 8px 8px 8px 22px;
    border: none;
    margin: 0 0 0 10px;
    height: auto !important;
    outline: none;
    background: url(refresh.png) no-repeat left;
    color:#000;
}
