.class	{
	-moz-border-radius: 7px; /* Firefox */
  	-webkit-border-radius: 7px; /* Safari, Chrome */
 	-khtml-border-radius: 7px; /* KHTML */
  	border-radius: 7px;
}
CHECKBOX, INPUT, RADIO, SELECT ,
.main .s_cart_td input,
.infoBox_ .main  input,
.infoBox_ .fieldValue  input	{
	-moz-border-radius: 3px; /* Firefox */
  	-webkit-border-radius: 3px; /* Safari, Chrome */
 	-khtml-border-radius: 3px; /* KHTML */
  	border-radius: 3px;
}