Round the corners of a box in every browser

.panel {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-clip: padding-box;
}