﻿.ie-browser #dlgTitleBtns a.ms-dlgCloseBtn > span
{

	height:32px !important;
	width:32px !important;
}
.ie-browser .ms-siteactions-root > span > a.ms-core-menu-root,
.ie-browser #ms-help > a > span,

.ie-browser #ms-designer-ribbon *
{
	-webkit-box-sizing:  content-box!important;
	-moz-box-sizing:  content-box!important;
	box-sizing:  content-box!important;		
}
.without-ie-browser #ms-designer-ribbon *
{
	-webkit-box-sizing:  initial !important;
	-moz-box-sizing:  initial !important;
	box-sizing:  initial !important;			
}
