/* Top Box */

#top_box {
    /**position:absolute;
    right: 5px;
    top: 2px;**/
    padding:0; 
    margin-top:3px;
    margin-right:20px;
}

#top_box div.box {
    right:0;
/*    border-left:1px solid #999; 
    border-right:1px solid #999; 
    border-bottom:1px solid #999; 
    background-color: white; */
    padding:0px 5px 3px 3px;
    /**-moz-box-shadow: 3px 3px 2px #cc6600;
    -webkit-box-shadow: 3px 3px 2px #cc6600;
    box-shadow: 3px 3px 2px #cc6600;**/
}

#top_box .picture {
    display:inline; 
    float:left; 
    width:80px; 
    height:60px; 
    margin-right:4px; 
    border:1px solid #ccc; 
    background-position: center center; 
    background-repeat:no-repeat; 
    overflow:hidden;
}

p.close_popup  {height:16px;}
p.close_popup img {float:right; height:16px; width:16px; margin:0; padding:0; right: -8px; cursor: pointer;}
.auto_search a.close_popup {border:0;}
.auto_search a.close_popup:hover {border:0;}