﻿#searchpane
{
    visibility:hidden;
}

#search_box
{
    width:170px;
    padding:40px 2px 2px 2px;
    background-image:url('../images/search.jpg');
    background-position:top;
    background-repeat:no-repeat;  
    float:right;
    border:1px solid #82031b;    
    margin-left:10px;
    margin-top:10px;
    text-align:justify;
    font-size:10px;
    clear:right;
    
}
    
    
    #boxwrapper
    {
        width:196px;
        
    }
    
    #boxwrapper input 
    {
        width:99%;
        border:1px solid #dadada;
        margin:10px 0;
    }
    
    
    
#lib_header
{
    float:left;
        
}

    #lib_header p
    {
        padding:5px;
        font-size:15px;
        color:#747474;
    }
    
.btn
{
    float:right;
}


    
#sections_box
{
    width:480px;    
    clear:both;
    margin-top: 20px;
}

.sectionbox
{
    border-width:1px;
    border-style:solid;
    padding:3px;
    text-align:justify;
    font-size:12px;
    color:#747474;
    margin-bottom:20px;
    position:relative;
    float:left;
    width:470px;
   
}
.sectionbox img
{
    float:left;
    margin:5px;
    border:0;
    position:relative;
  
}

a h3
{
    color:#fff;
    font-size:14px;
    letter-spacing:2px;
    padding-left:5px;
    text-decoration:none;
    width:464px;
}
