
.Tloader { background-image: url(/template/fancy-forms/ajax-loader.gif); }
#fancybox-outer { /* background-color: #F8F4E5; */ }
#fancybox-content { border-color: #F8F4E5; background-color: #F8F4E5; }
.popupform { 
    width: 420px; 
    min-height: 20px; 
    background: #ededed; 
    padding: 10px 20px 20px 20px; 
    color: #000; 
    font-size: 12px;
}
.popupform span {color: #cf434a; font-family: Verdana;}
.formhead {}
.popupform form { padding-top: 10px; }
.popupform label { 
    float: left;
    width: 145px;
    padding-left: 22px;
    padding-right: 8px;
    padding-top: 5px;
    height: 32px;
    line-height: 17px;
    display: block;
    text-align: center;
}
.f-form-wrapp {width: 290px; margin: 0 auto; overflow: hidden; padding: 0 10px 0 10px; }
.popupform input {
    color: #000; 
    font-size: 14px; 
    line-height: 32px; 
    width: 260px; 
    background: #fff; 
    border: 0 none; 
    height: 40px; 
    padding: 0 15px;  
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 0px 9px rgba(0,0,0,.3);
    box-shadow: 0px 0px 9px rgba(0,0,0,.3);
}
.Tdesc { positon: relative; }
.Tloader { display: none; padding: 0; height: 32px; background-position: center; background-repeat: no-repeat; }
.Tsuccess { display: none; padding: 8px 0; line-height: 20px; font-size: 14px; }
.Tsuccess a { color: #16689A; text-decoration: underline; }
.Tsuccess a:hover { text-decoration: none; }
.Talert { display: none; padding-top: 8px; text-align: center; font-size: 14px; color: #f00; }
