Rounded Corners

css
#box{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

Discuss the Code