#lb_popup {
width:190px;
border:3px solid #ccc;
background:#fff;
display:none;
top:0px;
left:150px;
position:absolute;
z-index:+10;
padding:10px;
}

#lb_popup h3{
font-size:16px;
width:100%;
border-bottom:1px solid #ccc;
float:left;
margin-bottom:5px;
font-family:rockwell, arial;
}

#lb_popup p{
font-family:arial;
line-height:20px;
clear:left;
}

#lb_popup img{
display:none;
}