Change Fancy box's sharp corner into rounded corner

Hi guys,

I am working with this fancy box ext of yii. It works like charm. But I could not get how to change its css and make it rounded corner.

I have tried to change the property of

#fancybox-content

#fancybox-outer

#fancybox-wrap

inside the file jquery.fancybox-1.3.4.css

but it not working for me. Its changing nothing.

Please give me some advice how to change it.

you can write another css that will round the edges for you by simply extending the classes of these input fields

e.g




.input [text]

border-radius: 5px; 

-moz-border-radius: 5px; 

-webkit-border-radius: 5px;