Hi, In my content page, I want to apply CSS style to only one textbox not for all the textboxes in page. How to apply the stle. my css is for to make the textbox look like label. <style type="text/css"> { input { border : 0; } } How to apply this? Thanks