/*
--------------------------------------------------------------------------------------------------
 Title:			Fontsize 2 Styles
 Created on: 	29-11-2009
 Author:     	Roberto De Vivo
 Client:		Vincis
 Project:		Talant Corporate Website
 Copyright:  	Vincis B.V. The Netherlands
 */
 
@media screen 
{
	body 
	{		
		font-size:				0.86em!important;
	}
	
	input
	{
		width:					auto	!important;		
		font-size:				.86em 	!important;
	}
	
	#totalContainer #shortCuts,
	#totalContainer #sideBar
	{
		font-size:				0.86em;
	}
	
	#totalContainer #path a
	{	
		background-position:right 7px;
	}
}

