body 
{
    font-family: arial;   
}

br.nc
{
    clear: both;   
}

form { display: inline; }

div.main 
{
    width: 200px;
    float: left;
}

div.resultset
{
    float: right;  
    width: 190px;
}

#result_heading 
{
    font-size: 14pt; 
    margin-top: 112px; 
    width: 150px; 
    height: 40px; 
}

#resultset_desc
{
    font-size: 10pt; 
    width: 250px; 
    height: 200px; 
    border: 1px solid #AAAAAA; 
}

#image_entry_container
{
    
    
}

.main_input 
{
    width: 200px;
}

div.control_container
{
    margin: 0px;
}

div.header
{
       
}

div.browse_bar 
{
    
}

.browse_bar div.not_selected
{
    display: inline;
    margin: 5px;
}

.browse_bar div.selected
{
    display: inline;
    margin: 5px;
    border: 1px solid #AAAAAA;
}

#loading
{
    background-color: Red;
    color: White;
    position: absolute;
    bottom: 0px;
    display: none;
    width: 100%;
    height: 2px;
    z-index: 20;
    left: 150px;
}
