How to Create Border Radius using CSS3


border:dashed 5px #000000;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;