Also, trying to support the rounded corners for safari, using the webkit definition, and having zero luck. Trying it this way:
HTML Code:
{
color:black;
display:inline-block;
padding:1px;
padding-left:7px;
margin:2px;
border:1px solid #000000;
border-radius:5px;
webkit-border-radius:5px;
background-color:#EEE;
width:90%;
box-shadow: 2px 2px 1px #888888;
}
Still getting squared corners in safari and chrome. Any ideas?