.expert-tag {
line-height: 25px;
display: inline;
z-index: 10000;

 margin: 10px;
 padding: 5px 10px 5px 10px;
 border: solid 1px #333;
 width: 64px;
}

/* the overlayed element */
.experte_tag_overlay {
   padding: 5px 10px 5px 10px;


   /* must be initially hidden */
    display:none;
    opacity: 0.0;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background-color:#333;
 
    width:675px;
    min-height:200px 

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.experte_tag_overlay h1{
    color: #FFF; 
    font-size: 14px;
}

.experte_tag_overlay p{
    color: #EEE; 
}

.rounded-corners {     
-moz-border-radius: 5px;    
-webkit-border-radius: 5px;    
-khtml-border-radius: 5px;    
border-radius: 5px;
}
