/* ------------------------------------------------------------------------------------------------------------------------- */
/*
	File: Global.css

	Game: Soniro
	Created: 29/11/2012
	Last update: 29/11/2012 - Alpha Release 1
	Language: Cascading Style Sheets 3

	License: 

	Copyright © 2011-2012 Skykill. All rights reserved

	Author: Skykill
	Description: Contains the CSS who modify the global HTML style, also include element like button, input, scrollbar...
	Change History: 
	[Note: note for this file.
           note for this file.]
*/
/* ------------------------------------------------------------------------------------------------------------------------- */
/* Include global button style */
@import url("Button.css");
/* Include global button style */
@import url("Scrollbar.css");
/* Include global input style */
@import url("Input.css");
/* ------------------------------------------------------------------------------------------------------------------------- */
