DIV 角丸
<div
	style='
		width:100px;
		height:100px;
		background-color:#404040;

		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		behavior: url(ie-css3.htc);

	'
></div>