.semitransp {
    padding:10px;
    width:auto;
    position:relative;
    background: rgb(104, 104, 104); /* Fallback for older browsers without RGBA-support */
    background: rgba(104, 104, 104, 0.5);
}