This interface includes the 'eq2ui_ButtonStyles.xml' file.

If you are using another interface that uses 'eq2ui_ButtonStyles.xml' then you will
need to add the following lines of code to your existing 'eq2ui_ButtonStyles.xml' file.

<ButtonStyle Name="bag_button" RStyleActivated="BagButton.normalrect" RStyleDefault="BagButton.normalrect" RStyleDisabled="BagButton.normalrect" RStyleDisabledActivated="BagButton.normalrect" RStyleMouseOver="BagButton.normalrect" RStyleMouseOverActivated="BagButton.normalrect" RStyleMouseOverSelected="BagButton.normalrect" /> 
 <Namespace Name="BagButton">
  <RectangleStyle Center="normal" CenterShrinkH="true" CenterShrinkV="true" EastShrink="true" Name="normalrect" NorthShrink="true" SouthShrink="true" WestShrink="true" /> 
  <ImageStyle Filter="true" Name="normal">
   <ImageFrame Name="normal" Source="images/map_symb.dds" SourceRect="92,5,122,36" /> 
  </ImageStyle>
 </Namespace>

If you extract my 'eq2ui_ButtonStyles.xml' over your existing one it will break the UI piece that currently uses it.

Thank you,
-Deacon