/* This two classes is to remove scrolling place-holder. Do not erase! */
html
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.MSIEOnly
{
	display:block !important;
	visibility:visible !important;
}
