@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/*
 * Right to Left Twitterfox (By MrWill)
 *
 * Author	 : Ali Mousavi (ali.mousavi@gmail.com)
 * Updated       : June 12th, 2009
 * Weblog      	 : http://backyardstories.blogspot.com/
 * Description	 : Makes Twitterfox extension right to left
 * Usage	 : Use with the 'Stylish' Firefox extension (http://userstyles.org/)
 * 
 * Please submit all bug reports, comments and requests.
 *
 * Feel free to use this style to develop your own theme, or to
 * make improvements on this one. I just ask you to let me know what
 * you do, so that I can look at what you've come up with.
 * 
 */

.twitternotifier-status { 
   text-align:right !important;
   direction:rtl !important;
   font-family:tahoma !important;
   width: 250px !important;
}

.twitternotifier-status-info{
   direction:ltr !important;
   text-align: left;
}
#twitternotifier-balloon  { 
   text-align:right !important;
   direction:rtl !important;
   font-family:tahoma !important;
}

#twitternotifier-input-container  {
   text-align:right !important;
   direction:rtl !important;
   font-family:tahoma !important;
}

.twitternotifier-status-messagebox {
    text-align: right !important;
    float: right !important;
}