/* 
    Document   : infobox
    Created on : 2-feb-2013, 9.14.31
    Author     : darsenatravel
    Description:
*/


.infobox{
    width: auto;
    height: auto;
    min-width: 100px;
    min-height: 100px;
    position: relative;
    top: 10px;
    left: 10px;
    
    display: none;
    
    box-shadow: 10px 10px 5px #dedede;
    
    background-color: rgb(230,230,230);
}