Dataview with rounded corners

I am trying to create a dataview with rounded corners using an html template file with the border-radius css parameter but so far no luck. Is this possible?

Please, try to use the following css:
.dhx_dataview{
border-radius: 5px;
}