Al final lo he logrado, haciendo esto por si a alguien le interesa
Código PHP:
Ver originaldiv class="round2">
<div class="round">Prueba<hr></div>
Probando
</div>
y el css
width:100px;
height:auto;
background:#E0E0E0;
border-radius: 9px;
-moz-border-radius-topleft:9px;
-webkit-border-top-left-radius:9px;
-moz-border-radius-topright:9px;
-webkit-border-top-right-radius:9px;
text-align:center;
top: 50%;
left: 50%;
}
div.round2{
width:100px;
height:auto;
background:#E6E6FA;
-webkit-border-radius: 9px;
-moz-border-radius: 9px;
border-radius: 9px;
}
Saludos