
if(window.btn){
	fix_style_str = '<style>';
	fix_style_str += '#ProactiveSupport_'+window.btn+' td { }';
	fix_style_str += '#ProactiveSupport_'+window.btn+' td a{ background-image:none;background:none; height:0; width:0; display:inline; }';
	fix_style_str += '#ProactiveSupport_'+window.btn+' table { background-color:none;}';
	fix_style_str += '#box1 img{ border:none; }';
	fix_style_str += '#box1 a,#box2 a,#box3 a, #sub-box1 a,#sub-box2 a,#sub-box3 a  {  cursor:pointer;}';
	
	fix_style_str += '#box1 a, #sub-box1 a { padding-top:4px; line-height:normal;}';
	fix_style_str += '</style>';

	document.write(fix_style_str);	
}
//ProactiveDiv.visibility = "visible";
