/* This is CSS file */
table#item_table{position: relative;}
table#item_table:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/loader.gif)rgba(250, 250, 250, 0.94) no-repeat center;
    z-index: 99;
    background-size: 100px;
    display: none;
}
#txt_holder{
	width: 0; height: 0; visibility: hidden; border: none;
}