
* html body {
	position:relative;
}

* html #box-page {
	background:transparent;
}

* html a:focus { outline:none; }

* html .footerLang div {
	margin-bottom:4px;
}

* html #cmsv { display:none; position:absolute; }
* html #cmsvBox { display:none; }

*:first-child+html #cmsv {
	position:absolute;
}
html>/**/body #cmsvBox {
	position:inherit;
}

* html #suggestions {
	margin:30px 0 0 -190px;
	z-index:200;
}
*:first-child+html #suggestions {
	margin:30px 0 0 -190px;
	z-index:200;
}
