if( rEngine != '' && rEngine != 'Trident' || ver >= 9 ) {
	s =
		addStyleText(
			'#twoWeekHis .contentBox',
			cssBorderRadius( 'bottom-right', '2em' )
		)
		+
		addStyleText(
			'input.inputSubmit',
			cssBorderRadius( '', '12px' ),
			css( 'box-shadow', '6px 6px 8px rgba( 0, 0, 0, 0.2 )' )
		)
	addStyle( s );
}

function bTerminate() {}

function aTerminate() {}

