Firefox understands standardized border-*-radiusfeatures since version 4 .
, Firefox < 4.0 , :
height: 160px;
border-radius: 5px;
background: transparent url(../images/search-box-repeat-small.png) repeat;
Firefox 3.6 , prefixed, - :
height: 160px;
-moz-border-radius: 5px;
border-radius: 5px;
background: transparent url(../images/search-box-repeat-small.png) repeat;
, unsrefixed , , , . 1
1 , , , , . . Gecko -moz-border-radius , , Mozilla .