/* CSS Document */
.curvedCorner
{
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius: 8px;
	/*behavior:url(border-radius.htc);*/
	
	border-top-color: #dadada;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
}
<!--[if lt IE 7]>
.curvedCorner
{
	behavior:url('border-radius.php');
}
<![endif]-->
.curvedCornerTopRight
{
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius:8px;

	border-top-color: #dadada;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
}
.curvedCornerBotRight
{
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius:8px;

	border-top-color: #dadada;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
}
