A good time to check out http://caniuse.com is for specific information about which browsers support and which don't. In addition, http://css3please.com will tell you the right way to implement it for the broadest possible support.
, , . :
.box_round {
-webkit-border-radius: 12px;
border-radius: 12px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
, , . - , . , .