﻿/* ---------------------------------------------------------------------------- 
 * stylesheet: captcha.css
 * The following styles specifically used when generating the captcha dialog box
 * ---------------------------------------------------------------------------- 
*/
.txtCaptcha {
    background-color: #b9cba6;
    border: medium none;
    color: #000;
    padding: 5px 0;
    width: 213px;
    height: 80px;
    text-align:center;
    font-family: 'Lekton' !important;
    font-size: 23px !important;
}
.txtInput {
    color:#000;
    font-size: 14px !important;
    padding: 6px 20px;
    text-align:center;
}
.btnRegenCaptcha {
    width: 125px;
    padding: 4px 2px 0 2px;
}
    .btnRegenCaptcha :focus,
    .btnRegenCaptcha :active,
    .btnRegenCaptcha :hover {
        border: none;
    }

    button::-moz-focus-inner {
        border: 0;  /* removes firefox dotted outline */
    }
.captcha-message {
    padding:2px 2px 10px 2px;
    font-size: 12pt;
    color: #86817c;
    line-height:18px;
}
.captcha-entry {
    background-color:#c1c1c1;
    padding:4px 0 10px 0;
}
.float-left {
    float: left;
}
.outline {
    border:1px solid #b9cba6;
}
.center {
    text-align: center;
}
.color-white {
    color: #fff;
}
.ui-widget {
    font-size:11pt;
    font-weight:normal !important;
}
.ui-widget-header {
    font-weight: normal !important;
    font-size:11pt !important;
}

