/* CSS Document */

.curved {
	margin:0;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(border-radius.htc);
}


.curvedRight {
	margin:0;
	background-repeat:repeat;
	text-align:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior:url(border-radius.htc);
}

.curvedH {

margin:0; padding:5px; background-color:white;

text-align:left;

-moz-border-radius:5px; -webkit-border-radius:5px;

behavior:url(border-radius.htc); 
}
