if( rEngine != '' && rEngine != 'Trident' || ver >= 9 ) {
	s =
		addStyleText(
			'dl.contentBox',
			cssBorderRadius( '', '50px' ),
			css( 'box-shadow', '6px 6px 8px rgba( 0, 0, 0, 0.2 )' )
		)
	addStyle( s );
}

function bTerminate() {}

function aTerminate() {}

