﻿/* Module - Office page header */
#OfficePageHeader 
{
	margin:				15px 0;
	/*overflow:			auto;*/
	height:				26px;
}
#OfficePageHeader h2 
{
	color:				#fff;
	float:				left;
}
#OfficePageHeader .selectors 
{
	float:				right;
}
#content-holder-no-right #OfficePageHeader .selectors 
{
	margin-right:		16px;
}
#OfficePageHeader label 
{
	display:			inline;
	color:				#fff;
	font-size:			12px;
} 
#OfficePageHeader select 
{
	padding:			2px;
	margin-right:		5px;
}
