I have a problem with partially rounded corners. See the first working example for most browsers:
.box { display: block; width: 100px; height: 100px; bor
The other solution: border-bottom-right-radius:10px; not to make the CPU calculate unneeded border roundings
border-bottom-right-radius:10px;