I\'ve been experimenting with CSS3 and found something strange. Heres\'s the part of DIV style:
border:#446429 solid 1px; border-radius:15px; -moz-border-rad
Using negative values has solved the problem for me.
-webkit-border-radius:10px; -webkit-box-shadow: -1px -1px 2px #CCC;