﻿.captcha .input-code{
    width: 40%;
    float: left;
    max-height: 34px;
}
.captcha .code{
    margin-top:-20px;
}
#fancybox-pop-up img {
    max-width: 100% !important;
    height: auto !important;
}
.fancybox-skin{
    padding:0 !important;
}
.AjaxUpdateProgress {
    filter: alpha(opacity=80);
    zoom: 1;
    opacity: 1;
    background: 0;
    color: #555;
    text-align: center;
    top: 45%;
    left: 49%;
    position: fixed;
    z-index: 999999999999;
}
.AjaxUpdateProgress::before{
    content:'';
    position: fixed;
    background:rgba(31, 30, 30, 0.4);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}