.post { background: rgba(255,255,255,0.1); #die werte kann man afaik auch in hex angeben, also FF,FF,FF, das dritte ist die opacity
border-radius: 15px 15px 0 0; #runde ecken in chrome und ie
-moz-border-radius-topleft: 15px; #runde ecken in safari und ff
-moz-border-radius-topright: 15px;
text-shadow: black 1px 1px;
text-transform: none;
text-decoration: none;
color: #EEE;
-moz-box-shadow:inset 5px 5px 5px #000;
-webkit-box-shadow:inset 5px 5px 5px #000;
box-shadow: inset 5px 5px 5px #000;
}