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
Try this -webkit-box-shadow: inset 0px 0 7px rgba(255, 242, 94, 0.4); using rgba seems to fix it.
Good luck!