/* CSS Document */
#loadindiv {        
    position:relative;    
    z-index:5;   
    left:0px;     
    top:0px;    
}
#wrapform {
	font-size: 115%;
	float: left;
    position:relative;
	margin-bottom: 15px;
}

#wrapform select {
	font-size: 105%;
	margin: 5px 0;
}
#loadpic {    
    width:100%;        
    height:110px;        
    opacity:0.6;        
    filter:alpha(opacity=40);        
    background:#454545 url(images/ajax-loader.gif) no-repeat center center; 
    position:relative;
    z-index:5;
}
#loadin {
    position:relative;    
    z-index:5;    
    left:0px;     
    top:0px; 
}
.categorywrap {
    position:relative;
}
#wrapallcat {
    z-index: 1;
    position:absolute;
    top:0;
    left:0;
    width:100%;
}
select.nav_select {
    width:99%;
}