.ui-autocomplete-loading { 
    background:url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/images/ui-anim_basic_16x16.gif) no-repeat right center 
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vtop  {
    display: inline-block;
    vertical-align: top;
    float: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
    }
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.textinfo {
    font-size: 19px;
    font-weight: bold;
}