Since there are no header sections for user controls in asp.net, user controls have no way of knowing about stylesheet files. So css classes in the user controls are not rec
You Can use CSS direct in userControl.
CSS
userControl
Use this in UserControl:
UserControl
This will work.