.input_fild_container{
    text-align: center;
}

.input_fild_container_small{
    background: url(/images/design/form/form_input_small.gif) no-repeat;
    width: 205px;
    height: 28px;
}

.no_brd{
    border: none;
}

.input_file_container{
    background: url(/images/design/form/form_file.gif) no-repeat;
    width: 273px;
    height: 28px;
}

.input_fild_container input{
    background: none;
    border: none;
    height: 28px;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    background: url(/images/design/form/input_container_center.gif) repeat-x;
}

.input_fild_container_small input{
    background: none;
    border: none;
    width: 200px;
    height: 18px;
    margin: 4px 0 0 0;
}


.file_text_conteiner{
    position: relative;
    width: 220px; 
    height: 28px;
}

.file_btn_container{
    position: relative;
    overflow: hidden; 
    width: 50px; 
    height: 28px;
       
}


.file_btn_input{
     height: 28px;
     position:relative;
     top: 0px;
     margin-left:-140px;     
     opacity: 0;/* задаем нулевую видимость */
     filter:alpha(opacity=0);
     cursor:pointer !important;
}

.file_btn_input input{
     cursor:pointer !important;
}

.file_text_input{
    position: relative;
    width: 208px;
    top: 4px;
    left: 5px;
    background: none;
    border: none;
    
}

#banners_html{
    width: 100%;
}
.submenuvisible{
display:none !important;
}
